# ncform theme element-ui

![vue 2.x](https://img.shields.io/badge/vue-2.x-green.svg)
![element-ui 2.x](https://img.shields.io/badge/element-2.x-blue.svg)

ncform theme widgets -> element-ui

# How to dev

Step 1: prepare the dependency nc libraries
```sh
cd ../../ && npm run build
```

Step 2: start development
```sh
npm run dev
```

[Optional] Use the following command to watch and depend on the latest code for `ncform-common`
```
cd ../ncform-common
npm run watch-build
```

[Optional] Use the following command to watch and depend on the latest code for `ncform`
```
cd ../ncform
npm run watch-build
```





