We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5216acf commit 043ceabCopy full SHA for 043ceab
README.md
@@ -1,24 +1,15 @@
1
-# hello-vue3
+# trojan-web
2
3
-## Project setup
4
-```
5
-npm install
6
+[trojan管理程序](https://github.com/Jrohy/trojan)前端页面
7
8
-### Compiles and hot-reloads for development
9
10
-npm run serve
11
+技术栈: vue3.0 + element-plus + vite
12
13
-### Compiles and minifies for production
14
15
-npm run build
16
+### 项目启动步骤
+1. 安装包
+ `npm install`
+2. 开发运行
+ `vite`
+3. 生产打包
+ `vite build`
17
18
-### Lints and fixes files
19
20
-npm run lint
21
22
-
23
-### Customize configuration
24
-See [Configuration Reference](https://cli.vuejs.org/config/).
+**欢迎fork以改进优化页面**
0 commit comments