Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 840 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 840 Bytes

omi-cli

New Project base on TypeScript

To quickly create an Omi + Vite + TS/JS project:

$ npx omi-cli init my-app    # or create js project by: npx omi-cli init-js my-app
$ cd my-app           
$ npm start           # develop
$ npm run build       # release

New Project base on TypeScript + Tailwindcss + Router + Suspense + Vite project

$ npx omi-cli init-spa my-app  
$ cd my-app           
$ npm start           # develop
$ npm run build       # release

Update to the latest version

$ npm i omi-cli -g 

License

This content is released under the MIT License.