You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
419 B

# EMU数据迁移平台
10 months ago
## 推荐的IDE设置
10 months ago
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (
and disable Vetur).
10 months ago
## 项目依赖安装(Project Setup)
10 months ago
```sh
npm install
```
### 本地开发服务器(Compile and Hot-Reload for Development)
10 months ago
```sh
npm run dev
```
### 生产环境构建(Compile and Minify for Production)
10 months ago
```sh
npm run build
```