vue-fontawesome/examples/vue-cli-webpack
dependabot[bot] 25604e341a
Bump minimatch from 3.0.4 to 3.1.2 in /examples/vue-cli-webpack (#431)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 14:11:15 -06:00
..
build Update example app 2018-11-01 09:11:35 -05:00
config Update example app 2018-11-01 09:11:35 -05:00
src Vue2 cleanup README (#413) 2022-11-07 10:03:01 -06:00
static Update example app 2018-11-01 09:11:35 -05:00
.babelrc Update example app 2018-11-01 09:11:35 -05:00
.editorconfig Update example app 2018-11-01 09:11:35 -05:00
.eslintignore Update example app 2018-11-01 09:11:35 -05:00
.eslintrc.js Update example app 2018-11-01 09:11:35 -05:00
.gitignore Update example app 2018-11-01 09:11:35 -05:00
.postcssrc.js Update example app 2018-11-01 09:11:35 -05:00
README.md Update example app 2018-11-01 09:11:35 -05:00
index.html Update example app 2018-11-01 09:11:35 -05:00
package-lock.json Bump minimatch from 3.0.4 to 3.1.2 in /examples/vue-cli-webpack (#431) 2023-01-04 14:11:15 -06:00
package.json Update usage (#212) 2019-12-13 11:14:43 -06:00

README.md

vue-cli-webpack

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.