https://github.com/behnamjz/arvan-blog
https://github.com/behnamjz/arvan-blog
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/behnamjz/arvan-blog
- Owner: behnamjz
- Created: 2019-06-01T18:43:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T10:05:37.000Z (about 6 years ago)
- Last Synced: 2025-01-17T19:37:43.836Z (5 months ago)
- Language: Vue
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meblog
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).