更新项目说明
This commit is contained in:
11
README.md
11
README.md
@@ -29,11 +29,12 @@
|
|||||||
|
|
||||||
- 部分链接由于不能及时更新,可能已过期(不存在、指向了错误的网站等),访问时请注意。若您在使用时发现相关情况,欢迎进行反馈。
|
- 部分链接由于不能及时更新,可能已过期(不存在、指向了错误的网站等),访问时请注意。若您在使用时发现相关情况,欢迎进行反馈。
|
||||||
|
|
||||||
## 本项目使用
|
## 项目中主要使用的组件库和插件
|
||||||
|
|
||||||
- [Vue](https://vuejs.org/)
|
- [Vue](https://vuejs.org/)
|
||||||
- [Vue CLI](https://cli.vuejs.org/)
|
- [Vue CLI](https://cli.vuejs.org/)
|
||||||
- [Vue Router](https://router.vuejs.org/)
|
- [Vue Router](https://router.vuejs.org/)
|
||||||
|
- [Vuex](https://vuex.vuejs.org/)
|
||||||
- [Element UI - 桌面端组件库](https://element.eleme.cn/)
|
- [Element UI - 桌面端组件库](https://element.eleme.cn/)
|
||||||
- [Font Awesome](https://github.com/FortAwesome/Font-Awesome)
|
- [Font Awesome](https://github.com/FortAwesome/Font-Awesome)
|
||||||
- [lodash](https://github.com/lodash/lodash)
|
- [lodash](https://github.com/lodash/lodash)
|
||||||
@@ -59,23 +60,23 @@
|
|||||||
### Project setup
|
### Project setup
|
||||||
|
|
||||||
```
|
```
|
||||||
npm install
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and hot-reloads for development
|
### Compiles and hot-reloads for development
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run serve
|
pnpm run serve
|
||||||
```
|
```
|
||||||
|
|
||||||
### Compiles and minifies for production
|
### Compiles and minifies for production
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run build
|
pnpm run build-modern
|
||||||
```
|
```
|
||||||
|
|
||||||
### Lints and fixes files
|
### Lints and fixes files
|
||||||
|
|
||||||
```
|
```
|
||||||
npm run lint:fix
|
pnpm run lint-fix
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user