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
- Host: GitHub
- URL: https://github.com/terrymooreii/vuedocs
- Owner: TerryMooreII
- Created: 2017-09-06T11:54:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T23:44:14.000Z (about 8 years ago)
- Last Synced: 2025-06-20T10:11:38.231Z (12 months ago)
- Topics: vue, vuejs2
- Language: Vue
- Size: 395 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).