- Webpack - For bundling and code splitting
- Offline Plugin - For offline support
- Poi - For making me forget webpack
- Vue.js - The unfancy framework for building web interfaces
- xo - For lint js and vue files
- gh-pages - For deploy to gh-pages
- node-sass and sass-loader - For loader SASS in vue project
src/: App filesindex.js: App entry js fileindex.html: App entry HTML fileApp.vue: Vue App file
static/: empty folder.babelrc: Babel Config.editorconfig: Ensure consistent editor behaivor.gitignore: Ignore files we don't need to pushpackage.json: App manifestpoi.config.js: POI config file
yarn dev: Run in development modeyarn build: Build in production modeyarn lint: Run eslint with XOyarn deploy: Run gh-pages deployyarn test: No has tests -- lol
MIT © nandomoreira.me