Skip to content

Latest commit

 

History

History
executable file
·
29 lines (23 loc) · 439 Bytes

README.md

File metadata and controls

executable file
·
29 lines (23 loc) · 439 Bytes

GRAPE

A Vue.js 2.0 UI Toolkit for Web

logo

Docs

Login

Install

npm install gpk-grape -S

Usage

import {Login} from 'gpk-grape'
Vue.use(Login)

Build

# install deps
yarn install

# run localhost:8080
npm run dev

# build
npm run prod