项目作者: tchai81

项目描述 :
A simple Reddit style upvote and downvote app crafted using nuxtjs.
高级语言: Vue
项目地址: git://github.com/tchai81/nuxtjs-reddit-style-up-down-vote.git


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

  1. # install dependencies
  2. $ npm install # Or yarn install
  3. # serve with hot reload at localhost:3000
  4. $ npm run dev
  5. # build for production and launch server
  6. $ npm run build
  7. $ npm start
  8. # generate static project
  9. $ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.