Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```