Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 735 Bytes

File metadata and controls

29 lines (20 loc) · 735 Bytes

Reddit style upvote and downvote app

  • 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

Live demo

https://nuxtjs-reddit-style-up-down-vote-iovqihazzq.now.sh

Build Setup

# 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.