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

32 lines
443 B
Markdown
Raw Permalink Normal View History

2024-06-21 02:03:14 +00:00
# asw-gui
2024-06-27 17:12:25 +08:00
> A Vue3.js project + vite
2024-06-21 02:03:14 +00:00
2024-06-27 17:12:25 +08:00
## Build Setup
2024-06-21 02:03:14 +00:00
2024-06-27 17:12:25 +08:00
``` bash
# install dependencies
npm install
2024-06-21 02:03:14 +00:00
2024-06-27 17:12:25 +08:00
# serve with hot reload at localhost:8080
npm run dev
2024-06-21 02:03:14 +00:00
2024-06-27 17:12:25 +08:00
# build for production with minification
npm run build
2024-06-21 02:03:14 +00:00
```
2024-06-27 17:12:25 +08:00
## 参考
``` bash
vue3 https://cn.vuejs.org/guide/introduction.html
2024-06-21 02:03:14 +00:00
2024-06-27 17:12:25 +08:00
vite https://cn.vitejs.dev/guide/
2024-06-21 02:03:14 +00:00
2024-06-27 17:12:25 +08:00
ui https://element-plus.org/zh-CN/#/zh-CN
2024-06-21 02:03:14 +00:00
2024-06-27 17:12:25 +08:00
pinia 状态管理库 https://pinia.vuejs.org/zh/
2024-06-21 02:03:14 +00:00
2024-06-27 17:12:25 +08:00
```
# 启动
npm run dev