create-vilex-app
v0.0.6
Published
Quickly create a web application based on vilex
Downloads
4
Readme
How to use ?Open your command line tool and enter:
npx create-vilex-app my-vilex-app
Later, you will see:
...
cd my-vilex-app && pnpm install
pnpm run dev
...
This shows that it has succeeded.