Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (28 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.3 KB

POC Vuejs with POI

Related projects

Folder structure

  • src/: App files
    • index.js: App entry js file
    • index.html: App entry HTML file
    • App.vue: Vue App file
  • static/: empty folder
  • .babelrc: Babel Config
  • .editorconfig: Ensure consistent editor behaivor
  • .gitignore: Ignore files we don't need to push
  • package.json: App manifest
  • poi.config.js: POI config file

Development

  • yarn dev: Run in development mode
  • yarn build: Build in production mode
  • yarn lint: Run eslint with XO
  • yarn deploy: Run gh-pages deploy
  • yarn test: No has tests -- lol

License

MIT © nandomoreira.me