# vue-curated-client **Repository Path**: vuejs/vue-curated-client ## Basic Information - **Project Name**: vue-curated-client - **Description**: Official curation list client - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-12 ## Categories & Tags **Categories**: vue-extensions **Tags**: None ## 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 ```