https://github.com/zdy1988/vue-metronic
A Vue.js project with vue 2.0+
https://github.com/zdy1988/vue-metronic
metronic project vue2
Last synced: 8 months ago
JSON representation
A Vue.js project with vue 2.0+
- Host: GitHub
- URL: https://github.com/zdy1988/vue-metronic
- Owner: zdy1988
- License: mit
- Created: 2017-04-14T10:04:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T14:08:23.000Z (almost 8 years ago)
- Last Synced: 2025-04-22T12:56:51.031Z (about 1 year ago)
- Topics: metronic, project, vue2
- Language: CSS
- Homepage: http://zdy1988.github.io/vue-metronic
- Size: 119 MB
- Stars: 14
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-metronic
> A Vue.js project
## 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
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).