This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
appsketch-works-asw-gui/README.md
2024-06-27 17:12:25 +08:00

32 lines
443 B
Markdown

# 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