Files
ncform/packages/ncform-theme-elementui
daniel.xiao dd2cf151c9 v1.7.0
2020-05-02 00:56:50 +08:00
..
2020-05-02 00:42:56 +08:00
2018-07-11 19:27:18 +08:00
2018-07-11 19:27:18 +08:00
2019-03-17 15:39:29 +08:00
2020-05-02 00:56:50 +08:00
2020-05-02 00:56:50 +08:00
2019-03-01 23:55:32 +08:00

ncform theme element-ui

vue 2.x element-ui 2.x

ncform theme widgets -> element-ui

How to dev

Step 1: prepare the dependency nc libraries

cd ../../ && npm run build

Step 2: start development

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