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

nando-experiments/poc-vue-with-poi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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