Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fastjs-team/core
- Owner: fastjs-team
- License: mit
- Created: 2022-10-21T11:20:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T12:48:47.000Z (29 days ago)
- Last Synced: 2024-11-06T14:50:01.398Z (7 days ago)
- Topics: fastjs, fastjs-next, javascript, typescript
- Language: TypeScript
- Homepage: https://fastjs.dev
- Size: 1.01 MB
- Stars: 352
- Watchers: 26
- Forks: 39
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Fastjs / Powerful JavaScript Library
## 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