create-wtemplate
v1.0.0
Published
frontEnd、backEnd project template
Downloads
6
Readme
create-wtemplate
With NPM:
$ npm create wtemplate
With Yarn:
$ yarn create wtemplate
With PNPM:
$ pnpm create wtemplate
# npm 6.x
npm create wtemplate my-vue-app --template vue-vite
# yarn
yarn create wtemplate my-vue-app --template vue-vite
# pnpm
pnpm create wtemplate my-vue-app --template vue-vite
Currently supported template presets include:
react-vite
vue-vite