Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meefik/libux
A minimalistic UX framework for JavaScript libraries
https://github.com/meefik/libux
framework ui ux
Last synced: about 1 month ago
JSON representation
A minimalistic UX framework for JavaScript libraries
- Host: GitHub
- URL: https://github.com/meefik/libux
- Owner: meefik
- License: mit
- Created: 2019-08-27T14:10:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T15:35:20.000Z (over 1 year ago)
- Last Synced: 2024-11-11T12:02:32.526Z (about 2 months ago)
- Topics: framework, ui, ux
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## libux
A minimalistic UX framework for libraries in pure JavaScript without dependencies.
### How to run
Run the sample app [to-do list](http://todomvc.com/) and the documentation:
- run `npm install`
- run `npm start`
- open [http://localhost:8080](http://localhost:8080/)### Run lint
```
npm run lint
```### Build to production
```
npm run build
```