Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 629 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 629 Bytes

vue-curated-client

Deprecated in favor of AwesomeJS.dev


Curated vue packages.

Consumes vue-curated and needs vue-curated-server.

Build Setup

# 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