@nikode/matrix-js
v0.0.4
Published
lightweight js framework based on mvvm arch
Downloads
5
Readme
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
- Clone the repo
git clone [email protected]:niko-38500/js-framework.git
- Install NPM packages
npm install
- 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
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Authors
- Nicolas Montmayeur - dev web Junior - Nicolas Montmayeur - **