-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update README.md with Quickstark
- Loading branch information
Showing
2 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
## 运行环境 | ||
## Running Env | ||
|
||
``` | ||
nvm install 16.17 | ||
cnpm install [email protected] | ||
nvm install 16.20.2 | ||
npm install [email protected] | ||
``` | ||
|
||
## 公共组件 | ||
## Running | ||
|
||
```shell | ||
cd src | ||
git clone https://git.infini.ltd:64443/infini/common-ui.git common | ||
cnpm install | ||
npm run dev | ||
``` | ||
|
||
## 运行 | ||
## Build | ||
|
||
```shell | ||
npm install | ||
```sh | ||
npm run build | ||
npm run dev | ||
``` | ||
``` |