Skip to content

Commit 043ceab

Browse files
committed
Update README.md
1 parent 5216acf commit 043ceab

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

README.md

+11-20
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
1-
# hello-vue3
1+
# trojan-web
22

3-
## Project setup
4-
```
5-
npm install
6-
```
3+
[trojan管理程序](https://github.com/Jrohy/trojan)前端页面
74

8-
### Compiles and hot-reloads for development
9-
```
10-
npm run serve
11-
```
5+
技术栈: vue3.0 + element-plus + vite
126

13-
### Compiles and minifies for production
14-
```
15-
npm run build
16-
```
7+
### 项目启动步骤
8+
1. 安装包
9+
`npm install`
10+
2. 开发运行
11+
`vite`
12+
3. 生产打包
13+
`vite build`
1714

18-
### Lints and fixes files
19-
```
20-
npm run lint
21-
```
22-
23-
### Customize configuration
24-
See [Configuration Reference](https://cli.vuejs.org/config/).
15+
**欢迎fork以改进优化页面**

0 commit comments

Comments
 (0)