https://github.com/code-pop/blog
A collection of code resources for Vue Mastery's blog articles
https://github.com/code-pop/blog
Last synced: 5 months ago
JSON representation
A collection of code resources for Vue Mastery's blog articles
- Host: GitHub
- URL: https://github.com/code-pop/blog
- Owner: Code-Pop
- Created: 2021-05-14T17:30:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T00:56:32.000Z (over 4 years ago)
- Last Synced: 2025-08-28T16:50:33.186Z (5 months ago)
- Language: Vue
- Size: 347 KB
- Stars: 2
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
## 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/).