https://github.com/code-pop/vuex_fundamentals
The repo for Vue Mastery's Intro to State Management course
https://github.com/code-pop/vuex_fundamentals
Last synced: 7 months ago
JSON representation
The repo for Vue Mastery's Intro to State Management course
- Host: GitHub
- URL: https://github.com/code-pop/vuex_fundamentals
- Owner: Code-Pop
- Created: 2021-01-27T19:10:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T17:44:10.000Z (about 3 years ago)
- Last Synced: 2025-04-24T02:14:13.516Z (11 months ago)
- Language: Vue
- Size: 172 KB
- Stars: 60
- Watchers: 6
- Forks: 142
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to State Management
## 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/).