https://github.com/zuiidea/clover
Mobile UI elements for vue.js
https://github.com/zuiidea/clover
Last synced: 4 months ago
JSON representation
Mobile UI elements for vue.js
- Host: GitHub
- URL: https://github.com/zuiidea/clover
- Owner: zuiidea
- Created: 2016-06-13T05:11:53.000Z (about 9 years ago)
- Default Branch: 0.3
- Last Pushed: 2017-08-31T06:38:30.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T05:43:29.556Z (6 months ago)
- Language: CSS
- Homepage: http://clover.zuiidea.com
- Size: 2.68 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clover
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8000
npm run dev# build for production with minification
npm run build# 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).