Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enriquebv/webpack-full-vue
A full webpack config to use Vue.
https://github.com/enriquebv/webpack-full-vue
Last synced: 19 days ago
JSON representation
A full webpack config to use Vue.
- Host: GitHub
- URL: https://github.com/enriquebv/webpack-full-vue
- Owner: enriquebv
- Created: 2020-02-21T07:16:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:55:53.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T10:33:03.150Z (almost 2 years ago)
- Language: JavaScript
- Size: 970 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-full-vue
A full webpack config to use Vue.# Todo
- [x] Dev mode & production mode.
- [x] ES6.
- [x] Source-maps.
- [x] Cache busting.
- [x] Nuke output dir.
- [ ] Babel.
- [ ] SASS (SCSS).
- [ ] Vue SFC Compiler.
- [ ] HMR.