# sell **Repository Path**: toucha/sell ## Basic Information - **Project Name**: sell - **Description**: vue学习 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sell > sell app ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` # 2017-10-18 目录结构 components: 存放所有vue组件 router: static: 存放所有静态文件 .babelrc: balelrc的一些配置 用于 .editorconfig 编码风格配置 .eslintignore 忽略指定目录的es语法检查 .gitignore 提交代码时忽略指定的目录 index.html 入口html文件