Fork from https://git.coding.net/fish119/vueco.git
|
|
vor 8 Jahren | |
|---|---|---|
| .idea | vor 8 Jahren | |
| build | vor 8 Jahren | |
| config | vor 8 Jahren | |
| src | vor 8 Jahren | |
| .babelrc | vor 8 Jahren | |
| .editorconfig | vor 8 Jahren | |
| .gitignore | vor 8 Jahren | |
| .postcssrc.js | vor 8 Jahren | |
| README.md | vor 8 Jahren | |
| index.html | vor 8 Jahren | |
| package.json | vor 8 Jahren |
vue community demo with vue + muse-ui
# 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
# run e2e tests
npm run e2e
# run all tests
npm test
For detailed explanation on how things work, checkout the guide and docs for vue-loader.