Fork from https://git.coding.net/fish119/vueco.git
|
8 vuotta sitten | |
---|---|---|
build | 8 vuotta sitten | |
config | 8 vuotta sitten | |
doc | 8 vuotta sitten | |
src | 8 vuotta sitten | |
.babelrc | 8 vuotta sitten | |
.editorconfig | 8 vuotta sitten | |
.gitignore | 8 vuotta sitten | |
.postcssrc.js | 8 vuotta sitten | |
README.md | 8 vuotta sitten | |
index.html | 8 vuotta sitten | |
package.json | 8 vuotta sitten |
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.