An open API service indexing awesome lists of open source software.

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.

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)