- Simple Reddit style upvote and downvote app crafted using nuxtjs (based on vuejs)
- No database involve. Using vuex to implement the functionality.
- Received a simple input => post title. Post body consists of dummy text.
- Using Vuetify as UI framework
https://nuxtjs-reddit-style-up-down-vote-iovqihazzq.now.sh
# 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
For detailed explanation on how things work, checkout the Nuxt.js docs.