Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haokejie committed Jul 11, 2023
1 parent b6b078c commit 3fa0096
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# electron+vue3.3+webpack5+typescript
# electron+vue3.3+webpack5+typescript
---
## 如何运行
---
- 在开发模式下运行
```
npm install
npm run dev
```

- 打包到正式环境
```
npm run build
```

0 comments on commit 3fa0096

Please sign in to comment.