1.0.3 • Published 4 years ago
create-loui-app v1.0.3
create-loui-app
Create a vite + vue3 + typescript + eslint app
$ npm init loui-app <project-name>
$ cd <project-name>
$ npm install
$ npm run dev
or use yarn:
$ yarn create loui-app <project-name>
$ cd <project-name>
$ yarn
$ yarn dev