UNPKG

stratakit

Version:

stratakit - Meta-framework React puro con Auto Router automático, file-based routing, SEO automático y performance superior

6 lines (4 loc) 208 B
// stratakit - Meta-framework React puro con Auto Router automático export * from './core'; export { default as createStratakit } from './create-stratakit'; export { default as stratakitCLI } from './cli';