Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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