Doggies explorer app development with Vue.js & Web3.js
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run startStarts on http://localhost:3000
- The project is developed with Nuxt.js and Typescript.
- It is 100% multi-devices and all the UI is developed with Sass.
- I implemented Web3.js as a connection interface to get the data of an NFT for its token.
- Traits is a table-type component that I developed for the traits list, but I didn't like it when it was implemented with data, but I decided to keep it in the component list with its unit test.
- Add unit tests for store state and interactions.
- Nuxt.js
- Typescript
- Vuex
- Web3.js
- Sass
- Vue jest
- Eslint & Prettier