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

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

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
```