Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girardinsamuel/vue-batteries
(WIP !) A renderless not opiniated components and directive library to quickly build UI with Vue.js
https://github.com/girardinsamuel/vue-batteries
Last synced: 23 days ago
JSON representation
(WIP !) A renderless not opiniated components and directive library to quickly build UI with Vue.js
- Host: GitHub
- URL: https://github.com/girardinsamuel/vue-batteries
- Owner: girardinsamuel
- License: mit
- Created: 2020-04-09T09:27:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T11:00:41.000Z (over 1 year ago)
- Last Synced: 2024-11-27T08:00:22.796Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 4.55 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-batteries [WIP]
Non opiononated renderless UI components with Vue 3, work in progress !!## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```