0.0.2 • Published 4 years ago

celty v0.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

celty

clicli micro front-end framework

npm.io npm.io

Introduce

celty 是 <无头骑士异闻录> 的角色,没有头,c开头的,实在找不到有头的了呜呜

Use

import Celty from 'celty'
import VueApp from './vue'
import FreApp from './fre'

const routes = [
  {
    path: '/',
    tag: 'fre-clicli-home',
    component: FreApp
  },
  {
    path: '/play/:gv',
    tag: 'vue-play-gv',
    component: VueApp
  }
]

Celty.createApp(routes)
0.0.1

4 years ago

0.0.2

4 years ago

0.0.0

4 years ago