/yRestJS

Primary LanguageVueMIT LicenseMIT

app

GitHub open issues Npm version MIT License

Usage

<YRest :text="hello"></YRest>
import { YRest } from 'app'

export default {
  components: {
    YRest
  }
}

API

Installation

npm install app

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.

Update the API section of README.md with generated documentation

yarn run doc:build

Run style guide dev server

yarn run styleguide

Generate a static HTML style guide

yarn run styleguide:build