0.0.1 • Published 3 years ago

web-portals v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Introduce

web-portals; 一个页面间管理框架;

Install:

$ npm install pages-cook --save

Start:

import { application } from 'pages-cook'
import homeConfig from './home/minify'
import testConfig from './test/minify'

// demo
application.setting({
  modules: {
    frameworks: frameworksConfig,
    home: homeConfig,
    test: testConfig
  }
})
application.start()