create-dw-ui
v1.2.0
Published
npm init dw-ui
Downloads
5
Readme
create-dw-ui
create dw-ui project.
Usage
$ npm init dw-ui <projectName>
# or with template
$ npm init dw-ui <projectName>
# or use yarn
$ yarn create dw-ui <projectName>
$ cd <projectName>
$ npm install
$ npm start