https://github.com/allnulled/lsw
Lite Starter Webkit. Boilerplate for front-end web-dev.
https://github.com/allnulled/lsw
Last synced: 9 months ago
JSON representation
Lite Starter Webkit. Boilerplate for front-end web-dev.
- Host: GitHub
- URL: https://github.com/allnulled/lsw
- Owner: allnulled
- Created: 2025-01-27T07:49:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T18:53:24.000Z (over 1 year ago)
- Last Synced: 2025-03-24T19:23:04.952Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://allnulled.github.io/lsw/index.html
- Size: 2.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LSW
Lite Starter Webkit. Boilerplate for front-end web-dev.
## Installation
```sh
git clone https://github.com/allnulled/lsw.git .
```
## Default subprojects
### API
- **Database:** [@allnulled/lsw-database](https://github.com/allnulled/lsw-database)
- **External resources:** [@allnulled/lsw-importer](https://github.com/allnulled/lsw-importer)
- **Screen debugger:** [@allnulled/lsw-logger](https://github.com/allnulled/lsw-logger)
- **State:** [@allnulled/lsw-store](https://github.com/allnulled/lsw-store)
- **Testing:** [@allnulled/lsw-tester](https://github.com/allnulled/lsw-tester)
- **Event emissions:** [@allnulled/lsw-trigger](https://github.com/allnulled/lsw-trigger)
- **Assertions:** [@allnulled/lsw-ensurer](https://github.com/allnulled/lsw-ensurer)
- **Time formats:** [@allnulled/lsw-timer](https://github.com/allnulled/lsw-timer)
- **Scripting:** [@allnulled/lsw-commander](https://github.com/allnulled/lsw-commander)
- **Circuit design:** [@allnulled/lsw-circuiter](https://github.com/allnulled/lsw-circuiter)
- **Function returner:** [@allnulled/lsw-returner](https://github.com/allnulled/lsw-returner)
- **Promises manager:** [@allnulled/lsw-compromiser](https://github.com/allnulled/lsw-compromiser)
- **Cycles manager:** [@allnulled/lsw-cycler](https://github.com/allnulled/lsw-cycler)
- **Error manager:** [@allnulled/lsw-error-manager](https://github.com/allnulled/lsw-error-manager)
- **Remote reloader:** [@allnulled/lsw-reloader](https://github.com/allnulled/lsw-reloader)
- **Other utilities:** [@allnulled/lsw-utils](https://github.com/allnulled/lsw-utils)
### Directives for vue@2 templates
- **v-descriptor directive:** [@allnulled/v-descriptor](https://github.com/allnulled/v-descriptor)
- **v-focus directive:** [@allnulled/v-focus](https://github.com/allnulled/v-focus)
- **v-call directive:** [@allnulled/v-call](https://github.com/allnulled/v-call)
### Bundlers
- **HTML, CSS and JS:** [@allnulled/htmlbundler](https://github.com/allnulled/htmlbundler)
- **Vue.js:** [@allnulled/vuebundler](https://github.com/allnulled/vuebundler)