Skip to content

vitelabs/vite.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7b62704 · Sep 17, 2022
Mar 17, 2022
Aug 17, 2022
Dec 9, 2019
Sep 17, 2022
Sep 16, 2022
Sep 6, 2018
Mar 30, 2020
Aug 14, 2022
Feb 1, 2021
Feb 1, 2021
Aug 14, 2022
Sep 17, 2022
Sep 17, 2022
Aug 14, 2022
Oct 27, 2021
Aug 17, 2022
Jul 30, 2022
Jul 30, 2022

Repository files navigation

Vite.js

example workflow name Coverage Status

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.

Prerequisites

  • node.js
  • yarn

Build

yarn build

Test

yarn test

Lint

yarn lint

Starting

  1. yarn

  2. Configure eslint in your editor, rules like '.eslintrc'.

Branch naming rules

  • Develop on branch 'dev/{version}/{function name}'

  • Fixed version on branch 'dev/{version}'

  • Notice 1: development branch split from dev/{last_version}. If dev/{last_version} is not exist, split from master

  • Notice 2: change src/type.ts. You should run yarn run format-type after changing the file src/type.ts

Examples

'dev/2.0.0/utf8' from 'dev/1.0.0' || 'master' 

Release

yarn release

Commit File

yarn commit