https://github.com/vuejs/vue-curated-client
Official curation list client
https://github.com/vuejs/vue-curated-client
Last synced: 2 months ago
JSON representation
Official curation list client
- Host: GitHub
- URL: https://github.com/vuejs/vue-curated-client
- Owner: vuejs
- Archived: true
- Created: 2016-12-15T13:23:52.000Z (almost 9 years ago)
- Default Branch: dev
- Last Pushed: 2019-10-18T10:23:49.000Z (about 6 years ago)
- Last Synced: 2025-09-21T00:40:57.704Z (2 months ago)
- Language: Vue
- Homepage: http://curated.vuejs.org/
- Size: 1.43 MB
- Stars: 64
- Watchers: 33
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-curated-client
Deprecated in favor of [AwesomeJS.dev](https://github.com/Akryum/awesomejs.dev/)
---
> Curated vue packages.
Consumes [vue-curated](https://github.com/vuejs/vue-curated/blob/master/PACKAGES.md) and needs [vue-curated-server](https://github.com/vuejs/vue-curated-server).
## Build Setup
``` bash
# install dependencies
npm install
# set GRAPHQL_URL env var to the graphql enpoint
GRAPHQL_URL=http://localhost:3000/graphql
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# serve as a static website (you need to build first)
npm start
```