Skip to content

Tajcore/rdvue-template

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 61.2%
  • Vue 15.6%
  • CSS 11.2%
  • SCSS 6.2%
  • JavaScript 5.2%
  • HTML 0.5%
  • Shell 0.1%