https://github.com/wiresnchains/wave
🌊 An open-source, lightweight library for frontend development written in TypeScript.
https://github.com/wiresnchains/wave
cjs commonjs frontend javascript js library ts typescript wavejs
Last synced: 2 months ago
JSON representation
🌊 An open-source, lightweight library for frontend development written in TypeScript.
- Host: GitHub
- URL: https://github.com/wiresnchains/wave
- Owner: wiresnchains
- License: mit
- Created: 2024-02-16T20:43:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T07:26:13.000Z (8 months ago)
- Last Synced: 2025-03-19T23:03:32.874Z (3 months ago)
- Topics: cjs, commonjs, frontend, javascript, js, library, ts, typescript, wavejs
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@wave-frontend/wave-js
- Size: 190 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## 🌊 Wave
![]()
**Wave** is an open-source, lightweight and fast library for frontend development written in TypeScript.
It useful for writing logical operations, adding events and rendering dynamic UI elements in your web application.### 📄 Installation
```
npm install @wave-frontend/wave-js
```### 👋 Getting Started
- [Creating your first app](https://github.com/wiresnchains/wave/wiki/Creating-your-first-app)
- [Complete counter app example](https://github.com/wiresnchains/wave-counter)### 📖 Wiki
You can read our new [wiki page](https://github.com/flowxrc/wave/wiki) for the latest documentation with examples.