https://github.com/rof1yev/vue-blog_vuejs_with_vuex
Blog App - VueJS
https://github.com/rof1yev/vue-blog_vuejs_with_vuex
bootstrap vue-router vuejs vuex
Last synced: 3 months ago
JSON representation
Blog App - VueJS
- Host: GitHub
- URL: https://github.com/rof1yev/vue-blog_vuejs_with_vuex
- Owner: rof1yev
- Created: 2023-11-23T05:23:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-18T10:31:40.000Z (10 months ago)
- Last Synced: 2025-02-23T13:40:17.879Z (3 months ago)
- Topics: bootstrap, vue-router, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog App - VueJS
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```