Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rofiyev/vue-blog_vuejs_with_vuex
Blog App - VueJS
https://github.com/rofiyev/vue-blog_vuejs_with_vuex
bootstrap vue-router vuejs vuex
Last synced: about 5 hours ago
JSON representation
Blog App - VueJS
- Host: GitHub
- URL: https://github.com/rofiyev/vue-blog_vuejs_with_vuex
- Owner: Rofiyev
- Created: 2023-11-23T05:23:45.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-08-18T10:31:40.000Z (3 months ago)
- Last Synced: 2024-08-18T11:41:09.881Z (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
```