total5-auto-router

1.0.1 • Public • Published

total5-auto-router

Auto router package for total5 framework (Inspired by SvelteKit)

Configuration options

// src: routes (default source folder)
// use: default (basic routing), api (API routing), ws (WS API routing)
// ssr: false (enable server side rendering)
// api: /api/ (default url for API routing)
// ws: / (default url for WS API routing)
// cdn: true (enable auto generate cdn scripts to app head html file)
// cdn_auto: true (enable auto generate COMPONENTATOR() array)
// components: 'exec,box' (append to COMPONENTATOR() array)
// default_form: 'form' (default form component for project)

ar_src : routes
ar_use : default
ar_ssr : false
ar_api : /api/
ar_ws : /
ar_cdn : true
ar_cdn_auto : true
ar_components : tangular-initials
ar_default_form : form

Readme

Keywords

Package Sidebar

Install

npm i total5-auto-router

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

22.7 kB

Total Files

4

Last publish

Collaborators

  • tomee03