https://github.com/webdevcaptain/mevn-playgound
Blog app using VueJS. Backend in Node.js and Mongo Database
https://github.com/webdevcaptain/mevn-playgound
Last synced: 2 months ago
JSON representation
Blog app using VueJS. Backend in Node.js and Mongo Database
- Host: GitHub
- URL: https://github.com/webdevcaptain/mevn-playgound
- Owner: WebDevCaptain
- Created: 2022-02-22T13:25:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T00:26:37.000Z (over 3 years ago)
- Last Synced: 2025-08-19T05:42:17.650Z (10 months ago)
- Language: Vue
- Size: 721 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# my-vue-project
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).