https://github.com/hamidraza/zcui-vue
Vuejs variant for zcui projects.
https://github.com/hamidraza/zcui-vue
eslint flowtype starter-kit vuejs vuejs2 zcui
Last synced: about 2 months ago
JSON representation
Vuejs variant for zcui projects.
- Host: GitHub
- URL: https://github.com/hamidraza/zcui-vue
- Owner: hamidraza
- Created: 2017-03-19T17:45:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T17:19:27.000Z (over 2 years ago)
- Last Synced: 2025-03-21T12:09:57.159Z (2 months ago)
- Topics: eslint, flowtype, starter-kit, vuejs, vuejs2, zcui
- Language: JavaScript
- Size: 4.22 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 101
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://makeapullrequest.com)
[](https://github.com/hamidraza/zcui-vue/issues)
[](https://david-dm.org/hamidraza/zcui-vue?type=dev)
[](https://travis-ci.org/hamidraza/zcui-vue/)
[](https://codeclimate.com/github/hamidraza/zcui-vue)
[](https://coveralls.io/github/hamidraza/zcui-vue?branch=master)
[](https://github.com/ZoomCar/zcui)
[](https://greenkeeper.io/)
---#### Installation
```
npm install --global zcui
zcui init HelloWorld --target vue
``````
cd HelloWorld
```#### Available commands
```
# start development server
$ npm run dev# create production build
$ npm run prod#analyze dependencies
$ npm run analyze
```---
Explore [zcui](https://github.com/ZoomCar/zcui "zcui cli") to know more about commands to create components, layouts, pages, styles, stores and helpers.