Go to file
dependabot[bot] e91800a80b
Bump ejs and @vue/cli-service
Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together.


Removes `ejs`

Updates `@vue/cli-service` from 4.5.8 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
- dependency-name: "@vue/cli-service"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-15 14:12:32 +00:00
public 修复重新加载bootstrap.js导致下拉菜单失效;修复#11 2023-03-15 22:05:28 +08:00
src 修复重新加载bootstrap.js导致下拉菜单失效;修复#11 2023-03-15 22:05:28 +08:00
.gitignore vue-cli init 2020-11-11 22:10:44 +08:00
babel.config.js vue-cli init 2020-11-11 22:10:44 +08:00
LICENSE Vue改 2020-03-16 00:28:52 +08:00
package-lock.json Bump ejs and @vue/cli-service 2023-03-15 14:12:32 +00:00
package.json Bump ejs and @vue/cli-service 2023-03-15 14:12:32 +00:00
README.md vue-cli init 2020-11-11 22:10:44 +08:00
vue.config.js vue-cli init 2020-11-11 22:10:44 +08:00
webpack.config.js vue-cli init 2020-11-11 22:10:44 +08:00
yarn.lock Bump ejs and @vue/cli-service 2023-03-15 14:12:32 +00:00

webstack

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint