Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fastjs-team/core

Fastjs is a useful, lightweight JavaScript library for any types of project.
https://github.com/fastjs-team/core

fastjs fastjs-next javascript typescript

Last synced: about 22 hours ago
JSON representation

Fastjs is a useful, lightweight JavaScript library for any types of project.

Awesome Lists containing this project

README

        








Fastjs / Powerful JavaScript Library



Stars
GitHub commit activity (branch)
Last Action Status
Last Version

## Getting Started

- https://fastjs.dev/
- https://docs.fastjs.dev/

## Description

Fastjs is a useful, lightweight JavaScript library for any types of project.

It is designed to be easy to use. Fastjs can be with any framework or just pure JavaScript.

## Start Using

### Bundler/CommonJS

```bash
npm install jsfast
```

```js
import { dom } from "jsfast"; // esm
const { request } = require("jsfast"); // cjs
```

### CDN (Global)

```html

fastjs.dom().text("Hello World!");

```

### Browser (ES Module)

```html

import { dom } from "https://unpkg.com/jsfast/dist/fastjs.esm.browser.js";

```

## Info

- Author: [xiaodong2008](https://github.com/xiaodong2008)
- License: [MIT](https://opensource.org/licenses/MIT)

## Sponsors



## Contributors