1.1.0 • Published 4 months ago

@epiijs/client v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@epiijs/client

A simple React client runtime.

  • sealed entry for single page application
  • optional file-system based router (WIP)

Install

npm i @epiijs/client --save-dev

Usage

project like this

(root)
├─ src
│  ├─ .epiijs
│  │  └─ (auto-generated)
│  ├─ (others)
│  ├─ index.tsx
│  └─ index.less
└─ start.ts

start client dev server or build client

import { startClient } from '@epiijs/client';

const appConfig = {
  name: 'your-client',
  path: {
    root: __dirname // or getDirNameByImportMeta
  }
};

startClient(config);
buildClient(config);
1.1.0

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago

0.1.0

5 months ago