Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

AimonaStudio/kuen

Repository files navigation

KUEN

Build Status codecov License

KUEN is a useful and beautiful framework.

Kuen-Core

  • componentversion badge: the core part of kuen.

  • loaderversion badge: extend vue.

  • uiversion badge: base core style

  • utiltodo: function library.

Installation

# install
yarn add @kuen/components
yarn add @kuen/loader
yarn add @kuen/ui

Usage

// only install components
import Vue from 'vue'
import Kuen from '@kuen/components'

Vue.use(Kuen)


// or use loader to build your pwa
import Vue from 'vue'
import routerConf from './router'
import App from './App.vue'
import { startApp } from '@kuen/loader'
import Kuen from '@kuen/components'

Vue.use(Kuen)

startApp({
  routerConf: routerConf,
  appView: App
})

About

LICENSE

LICENSE