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

https://github.com/chiraag-kakar/vue3-vuex

A vue3-vuex boilerplate based on flux architecture
https://github.com/chiraag-kakar/vue3-vuex

boilerplate flux-architecture vue3

Last synced: 18 days ago
JSON representation

A vue3-vuex boilerplate based on flux architecture

Awesome Lists containing this project

README

        

# vue3-vuex-project

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).