celty

0.0.2 • Public • Published

celty

clicli micro front-end framework

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)

Readme

Keywords

none

Package Sidebar

Install

npm i celty

Weekly Downloads

7

Version

0.0.2

License

ISC

Unpacked Size

150 kB

Total Files

9

Last publish

Collaborators

  • yse