An open API service indexing awesome lists of open source software.

https://github.com/terrymooreii/vuedocs

Vue Docs is the web site for a curated list of VueJS related documents
https://github.com/terrymooreii/vuedocs

vue vuejs2

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

``` bash
# 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](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).