The latest version of ViteJS is 2.3.16.
Note: 2.3.x is not compatible with 2.2. You can continue to use the version <= 2.2.10 if you do not want to upgrade.
- Documentation: vite.wiki
- Changelog: CHANGELOG.md
- node.js
- yarn
yarn build
yarn test
yarn lint
-
yarn
-
Configure eslint in your editor, rules like '.eslintrc'.
-
Develop on branch 'dev/{version}/{function name}'
-
Fixed version on branch 'dev/{version}'
-
Notice 1: development branch split from
dev/{last_version}
. Ifdev/{last_version}
is not exist, split frommaster
-
Notice 2: change
src/type.ts
. You should runyarn run format-type
after changing the filesrc/type.ts
'dev/2.0.0/utf8' from 'dev/1.0.0' || 'master'
yarn release
yarn commit