vuedocs

Vue Docs is the web site for a curated list of VueJS related documents

Stars
4

Vuedocs.io

A curated list of community submitted articles for Vue.js

This is in response the the Angular community having their ngdoc.io site.

TODO

  • Vote up/down on comments
  • Top, latest and latest comments tabs
  • Filter by tags
  • Filter by user
  • Transitions
  • Code Cleanup
  • Unit Test (yeah, i know it shouldnt be last)
  • Admin page to manage users
  • Add Moderators
  • Code Cleanup (ex. Cleanup axios interceptors)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.