An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![issues](https://img.shields.io/github/issues/hamidraza/zcui-vue.svg?style=flat-square)](https://github.com/hamidraza/zcui-vue/issues)
[![Dependencies](https://david-dm.org/hamidraza/zcui-vue/dev-status.svg?style=flat-square)](https://david-dm.org/hamidraza/zcui-vue?type=dev)
[![Travis-ci](https://img.shields.io/travis/hamidraza/zcui-vue.svg?style=flat-square)](https://travis-ci.org/hamidraza/zcui-vue/)
[![CodeClimate](https://img.shields.io/codeclimate/github/hamidraza/zcui-vue.svg?style=flat-square)](https://codeclimate.com/github/hamidraza/zcui-vue)
[![Coverage Status](https://coveralls.io/repos/github/hamidraza/zcui-vue/badge.svg?branch=master)](https://coveralls.io/github/hamidraza/zcui-vue?branch=master)
[![zcui-cli](https://img.shields.io/badge/cli-zcui-blue.svg?style=flat-square)](https://github.com/ZoomCar/zcui)
[![Greenkeeper badge](https://badges.greenkeeper.io/hamidraza/zcui-vue.svg)](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.