Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

campgrounds-design-system

whitewidget11MIT2.0.6

A design system for Campgrounds, created using Vue Design System

vue design system, design system, vue.js, vue, design, system

readme

Campgrounds Design System

Setup

Install dependencies:

yarn
yarn start

Visit http://localhost:6060.

Run link in Campgrounds Design System directory.

cd campgrounds-design-system
yarn link

Run link in Campgrounds Web directory.

cd campgrounds-web
yarn link campgrounds-design-system

Publish to NPM

Run build first to test locally.

yarn build:system

Install np globally.

npm install -g np

Use np to publish to NPM. Follow semantic versioning.

np