Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.26 KB

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.