@investoday-c/create
v0.0.1
Published
create cix app
Readme
Create Cix App
All is Typescript
A tool for creating you application. Currently supported template presets include:
taro-vue3
Usage
npm
Compatibility Note: Node.js version >= 12.0.0.
npm init @cix-cli/appyarn
yarn create @cix-cli/appAfter creating a template, run:
npm install or yarn install
npm run dev or yarn dev