Skip to content

A simple and convenient responsive framework designed to provide Reactive interaction functionality for regular web pages.

License

Notifications You must be signed in to change notification settings

Okysu/SeaSideJS

Repository files navigation

SeaSide JS

SeaSide JS is a simple and convenient responsive framework designed to provide responsive interaction for ordinary web pages.

English | 中文

Features

SeaSide JS offers the following features:

  • Data-driven view
  • Responsive updates
  • Template syntax
  • Event binding
  • Conditional rendering

Usage

To use SeaSide JS, you need to:

  • Download the SeaSide JS zip package.
  • Choose the version of SeaSide JS according to your project needs.
  • Import SeaSide JS and its dependencies into your project.
<script type="module" src="path/to/SeaSideJs.js"></script>
import { createApp } from "../dist/sjs.esm.js";
const app = createApp({
  // your options...
});
app.mount("#app");

Installation

You can currently install SeaSide JS by downloading the releases package.

Releases Package

You can download the SeaSide JS releases package on GitHub, and import the files under the dist directory into your project.

Acknowledgments

The inspiration for SeaSide JS came from Vue.js and the book "Design and Implementation of Vue.js".

At the same time, SeaSide comes from the ancient name of my hometown "Taixing" - Jinchuan and Hai.

License

SeaSide JS is licensed under the MIT License.

About

A simple and convenient responsive framework designed to provide Reactive interaction functionality for regular web pages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published