# cashier-web **Repository Path**: training-2021/cashier-web ## Basic Information - **Project Name**: cashier-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-17 - **Last Updated**: 2021-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web # 环境安装 ## 安装node环境 * 1.安装node.js ```text node.js的安装地址:https://nodejs.org/en/download/ ``` * 2.安装yarn ```shell npm install -g yarn --registry=https://registry.npm.taobao.org ``` * 如果遇到权限问题,在命令前边加上sudo ## 安装开发工具 * WebStorm # 项目 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Run your unit tests ``` yarn test:unit ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). test git commit