https://github.com/venryx/vwebapp-framework
The framework code for my web-apps, collected into a library for easy reuse. [MOVED: https://github.com/Venryx/web-vcore]
https://github.com/venryx/vwebapp-framework
Last synced: 4 months ago
JSON representation
The framework code for my web-apps, collected into a library for easy reuse. [MOVED: https://github.com/Venryx/web-vcore]
- Host: GitHub
- URL: https://github.com/venryx/vwebapp-framework
- Owner: Venryx
- License: mit
- Created: 2018-08-02T14:44:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T21:31:19.000Z (over 3 years ago)
- Last Synced: 2025-04-02T05:35:07.041Z (over 1 year ago)
- Language: SCSS
- Homepage:
- Size: 3.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vwebapp-framework
The framework code for my web-apps, collected into a library for easy reuse.
> MOVED: https://github.com/Venryx/web-vcore
### Installation
```
npm install vwebapp-framework
# install packages for Scripts folder
npm install -D node-sass @babel/plugin-proposal-nullish-coalescing-operator @babel/plugin-proposal-optional-chaining
```
Note: Make sure you use version 5.0.0 of immer exactly. There is some bug with the newer versions (eg. 5.3.2), when used with my npm-patches anyway, which causes perf issues in certain situations that are very hard to track down. (only when dev-tools are open, and only with certain Link.actionFunc code-blocks) [update: I don't think this requirement is true anymore, but not sure]