1.0.1 • Published 4 years ago
@cixjs/create-temp v1.0.1
Create Cix Template
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 @cixjs/temp
yarn
yarn create @cixjs/tempAfter creating a template, run:
npm install or yarn install
npm run dev:h5 or yarn dev:h5Dev
npm run devBuild
npm run build