1.0.1 • Published 3 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/temp
After creating a template, run:
npm install or yarn install
npm run dev:h5 or yarn dev:h5
Dev
npm run dev
Build
npm run build