An open API service indexing awesome lists of open source software.

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

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
```