This is a web-based Pokédex built for educational purposes, in fact this project will help me pick up and learn the Vue.js framework quickly.
Heroku: https://vue-pokedex.herokuapp.com
Private web server: http://pokedex.fieel.space/
I'll be using the PokéAPI to build this web-based Pokédex: https://pokeapi.co/
- Vue.js docs: https://vuejs.org/v2/guide/
- VueCLI docs: https://cli.vuejs.org/guide/
- Vuex docs: https://vuex.vuejs.org/guide/
- PokéAPI docs: https://pokeapi.co/docs/
I'll be testing out the lightweight css framework Bulma: https://bulma.io
I'll try and write tests along the way, by default i'll use the tools provided by the VueCLI by default:
- e2e: Cypress https://docs.cypress.io/
- Assertions: Chai https://www.chaijs.com/guide/
- Runner: Mocha https://mochajs.org/
npm install
npm run serve
npm run build
npm run start
npm run test
npm run lint
npm run test:e2e
npm run test:unit