mirror of
https://github.com/186526/handlers.js
synced 2024-10-13 00:29:43 +00:00
Publish v0.1.0
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user