Publish v0.1.0

This commit is contained in:
2022-07-04 10:07:05 +00:00
committed by GitHub
parent 65841ce965
commit f87ab5366e
2 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,7 @@
> Handlers.js is a unified and lightweight web application framework for multiple platforms.
```ts
import handlerJS from "./";
import handlerJS from "handlers.js";
const App = new handlerJS();
@ -20,7 +20,7 @@ App.listen(8080);
```bash
# Use Yarn
yarn add sw2express
yarn add handlers.js
# Use NPM
npm install sw2express
npm install handlers.js
```