No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Vue 64.9%
  • JavaScript 14.8%
  • SCSS 12.2%
  • CSS 6.7%
  • HTML 1.4%
Find a file
2024-07-18 14:25:08 +08:00
.vscode ASW-1 feat: ASW gui 项目初始化 2024-06-27 17:12:25 +08:00
public ASW-1 feat: ASW gui 项目初始化 2024-06-27 17:12:25 +08:00
src feat: 引入iconfont 2024-07-18 14:25:08 +08:00
.gitignore ASW-1 feat: ASW gui 项目初始化 2024-06-27 17:12:25 +08:00
index.html ASW-9 feat: GUI页面布局开发 2024-07-16 14:06:02 +08:00
index.scss ASW-9 feat: GUI页面布局开发 2024-07-16 14:06:02 +08:00
package-lock.json ASW-9 feat: GUI页面布局开发 2024-07-16 14:06:02 +08:00
package.json ASW-9 feat: GUI页面布局开发 2024-07-16 14:06:02 +08:00
README.md ASW-1 feat: ASW gui 项目初始化 2024-06-27 17:12:25 +08:00
vite.config.js ASW-9 feat: GUI页面布局开发 2024-07-16 14:06:02 +08:00

asw-gui

A Vue3.js project + vite

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

参考

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