Files
Intelligent-Elderly-Care/cv_frontend
dependabot[bot] 73ef0c5a86 Bump minimist, nuxt, mkdirp and loader-fs-cache in /cv_frontend
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [nuxt](https://github.com/nuxt/nuxt), [mkdirp](https://github.com/isaacs/node-mkdirp) and [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache). These dependencies need to be updated together.


Updates `minimist` from 1.2.0 to 1.2.8
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8)

Updates `nuxt` from 1.4.5 to 3.2.3
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/compare/v1.4.5...v3.2.3)

Updates `mkdirp` from 0.5.1 to 0.5.6
- [Release notes](https://github.com/isaacs/node-mkdirp/releases)
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6)

Updates `loader-fs-cache` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/viankakrisna/loader-fs-cache/releases)
- [Commits](https://github.com/viankakrisna/loader-fs-cache/commits)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: nuxt
  dependency-type: direct:production
- dependency-name: mkdirp
  dependency-type: indirect
- dependency-name: loader-fs-cache
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 08:58:52 +00:00
..
2020-08-10 11:44:02 +08:00
2022-04-07 11:02:12 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00
2022-04-07 11:02:12 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00
2020-08-10 11:44:02 +08:00

cv-frontend

Installation

  1. 安装git
  2. node.js
  3. 百度一下vue 的安装过程
  4. 使用webstorm git clone 该项目
  5. 使用命令行运行 npm run dev

Contribution

1.创建自己的分支 2.每次拉之前先pull其他人的分支 3.push到自己的分支上 4.由我统一合并