A Demo site using of Vue.js
This project is built with the following technologies:
- Cloudinary
- npm
- Nuxt
- Github Pages
- Vue.js
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
- pull the buttons out into their own components (and just generally do a better job with them)
- make better use of scoped CSS from the start (retroactive fix seems to have done an ok job, but I should have taken advantage from the start)
- improve how the content slider behaves when resized
- integrate bootstrap or other grid framework instead of using my own grid implementation