https://github.com/srect/vuex
实现简易版的vuex
https://github.com/srect/vuex
vuex
Last synced: 28 days ago
JSON representation
实现简易版的vuex
- Host: GitHub
- URL: https://github.com/srect/vuex
- Owner: sRect
- Created: 2019-07-29T15:29:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T00:03:22.000Z (over 3 years ago)
- Last Synced: 2025-01-02T15:45:22.038Z (over 1 year ago)
- Topics: vuex
- Language: JavaScript
- Size: 2.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuex_test
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).