create-vue-termui
Scaffolding a Vue TermUI app
Compatibility Note:
Vue TermUI requires Node.js version >=14.2.0. However, we recommend having a version >=16.
With NPM:
npm create vue-termui@latest
With Yarn:
yarn create vue-termui
With PNPM:
pnpm create vue-termui
Then follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold project in a folder called my-vue-termui-app:
npm create vue-termui@latest my-vue-termui-app
npm create vue-termui@latest my-vue-termui-app
yarn create vue-termui my-vue-termui-app
pnpm create vue-termui my-vue-termui-app