0.0.4 โ€ข Published 2 years ago

@nikode/matrix-js v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Downloads Contributors License

Table Of Contents

About The Project

Js-framework

La balnave is a lightweight typescript framework based on MVVM architecture and use SCSS for styling, MIT-licensed open source project. Actual features :

  • Template engine HTML
    • variable interpolation
    • loop
    • condition
    • import another file (in progress)
    • block (in progress)
  • Data passed from view model to view are automatically refreshed when value change in the model
  • Life cycle event handling
    • onInit, onLoaded, onDestroy (others will come)
  • Native dark mode
  • Routing

Built With

  • type script
  • sass

Getting Started

Prerequisites

to start this project you need to have

  • node.js
  • npm

Installation

  1. Clone the repo
git clone git@github.com:niko-38500/js-framework.git
  1. Install NPM packages
npm install
  1. enjoy you can start your project ๐Ÿ‘

Usage

To learn how to use this framework, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Next update planned

  • separate all features in npm package and allow to run a project with npx command
    • allow to launch a project with all features or just the minimal viable

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Authors

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago