blob: d133f4d32735308c44892ddb94e47d53737ac839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# asw-gui
> A Vue3.js project + vite
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
## 参考
``` bash
vue3 https://cn.vuejs.org/guide/introduction.html
vite https://cn.vitejs.dev/guide/
ui https://element-plus.org/zh-CN/#/zh-CN
pinia 状态管理库 https://pinia.vuejs.org/zh/
```
# 启动
npm run dev
|