@velocejs/setup
v0.1.1
Published
Interactively setup velocejs
Downloads
10
Readme
@veloce/setup
This is a command line app that will setup your Velocejs appliation (Vue 3 + Vite + uWebSocket.js)
Installation
$ npx @velocejs/setup@latest
Then follow the instruction.
It's important to add the @latest
due to npx use cache (meaning if you use it once, it won't update and keep
use the old version, which is super bad)
You can also install this globally
$ npm install --global @velocejs/setup
Then you can run the command veloce
$ veloce
Documentation
Coming soon
Joel Chu (c) 2022