zys
v0.0.9
Published
``` npm install -g zys ``` ### :maple_leaf:**Usage** create a new project with the following instructions: ``` zys create [name] ``` Go to the created directory and start webpack devServer via npm or yarn: ``` cd [name] npm run serv
Downloads
5
Readme
:dart:Install
npm install -g zys
:maple_leaf:Usage
create a new project with the following instructions:
zys create [name]
Go to the created directory and start webpack devServer via npm or yarn:
cd [name]
npm run serve