vue-starter

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

rd-buefy [Plugin]

Prerequisites

Create a .npmrc file in the root of your generated project with with following:

@realdecoy:registry=https://npm.pkg.github.com

//npm.pkg.github.com/:_authToken=<YOUR_GITHUB_AUTH_TOKEN_HERE>

Your token should have the following scopes:

  • read:packages

Design System

Prerequisites

Create a .env.local file in the root of the Design System folder (found in your node_modules) with the following:

GIT_TOKEN=<PERSONAL_ACCESS_TOKEN>

Serving Design System App

npm run serve:design-system