code-review/frontend
dependabot[bot] 19a0d84b08
build(deps-dev): bump babel-loader from 9.1.3 to 9.2.1 in /frontend (#2371)
Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.3 to 9.2.1.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.1.3...v9.2.1)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-16 16:44:32 +02:00
..
src
test
.eslintrc.js
.gitignore
README.md Add prettier linter to pre-commit (#1660) 2023-04-17 13:56:57 +02:00
babel.config.json
package-lock.json build(deps-dev): bump babel-loader from 9.1.3 to 9.2.1 in /frontend (#2371) 2024-09-16 16:44:32 +02:00
package.json build(deps-dev): bump babel-loader from 9.1.3 to 9.2.1 in /frontend (#2371) 2024-09-16 16:44:32 +02:00
webpack.config.js

README.md

Code Review Frontend

This is a simple Vue.JS administration frontend, the production instance is publicly available at https://code-review.moz.tools/

You'll need Node 16+ to be able to build it.

Developer setup

npm install
npm run build # to build once in production mode
npm run build:dev # to build once in development mode
npm run start # to start a dev server on port 8010

Linting

eslint is available through:

  • npm run lint to list potential errors,
  • npm run lint:fix to automatically fix these errors.