Traffic/traffic-front
dependabot[bot] 96295de62b
Bump qs and express in /traffic-front
Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.7.0...v6.11.0)

Updates `express` from 4.17.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 17:13:48 +00:00
..
build '' 2020-05-25 08:05:38 +08:00
config '' 2020-05-10 11:22:31 +08:00
src '' 2020-05-25 08:05:38 +08:00
static '' 2020-05-10 11:22:31 +08:00
.babelrc '' 2020-05-10 11:22:31 +08:00
.editorconfig '' 2020-05-10 11:22:31 +08:00
.gitignore '' 2020-05-10 11:22:31 +08:00
.postcssrc.js '' 2020-05-10 11:22:31 +08:00
index.html '' 2020-05-25 08:05:38 +08:00
package-lock.json Bump qs and express in /traffic-front 2022-12-07 17:13:48 +00:00
package.json '' 2020-05-10 11:22:31 +08:00
README.md '' 2020-05-10 11:22:31 +08:00

traffic

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.