|
|
4 anos atrás | |
|---|---|---|
| .. | ||
| build | 5 anos atrás | |
| config | 5 anos atrás | |
| src | 4 anos atrás | |
| static | 5 anos atrás | |
| .babelrc | 5 anos atrás | |
| .editorconfig | 5 anos atrás | |
| .eslintignore | 5 anos atrás | |
| .eslintrc.js | 5 anos atrás | |
| .gitignore | 5 anos atrás | |
| .postcssrc.js | 5 anos atrás | |
| README.md | 5 anos atrás | |
| index.html | 5 anos atrás | |
| package-lock.json | 5 anos atrás | |
| yarn.lock | 5 anos atrás | |
A Vue.js project
# install dependencies
npm install
# 有可能需要安装Pre-Processors
npm install sass-loader node-sass --save-dev
# 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
For detailed explanation on how things work, checkout the guide and docs for vue-loader.