A template depends on vite + typescript + vue.
- rename all
blue-template
. - remove any packages if you want.
- suit yourself.
- start
npm run dev
- build into dist, and test it in local.
npm run build && npm run serve
- package code
npm run lib
then you can local test。
npm run serve
- release new version
npm run release