This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# hi-partner
|
||||
|
||||
代理合伙人页面
|
||||
|
||||
|
||||
### 启动环境
|
||||
nvm use 24
|
||||
|
||||
```sh
|
||||
pnpm install
|
||||
```
|
||||
|
||||
### Compile and Hot-Reload for Development
|
||||
|
||||
```sh
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
### Type-Check, Compile and Minify for Production
|
||||
|
||||
```sh
|
||||
pnpm build
|
||||
```
|
||||
|
||||
### Lint with [ESLint](https://eslint.org/)
|
||||
|
||||
```sh
|
||||
pnpm lint
|
||||
```
|
||||
Reference in New Issue
Block a user