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

https://github.com/arunredhu/vuejs_boilerplate

Large scale Vue.js application boilerplate
https://github.com/arunredhu/vuejs_boilerplate

Last synced: 4 months ago
JSON representation

Large scale Vue.js application boilerplate

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/arunredhu/orders-app.svg?branch=master)](https://travis-ci.org/arunredhu/vuejs_boilerplate)

# Vue.js boilerplate

This boilerplate is built on the top of Vue CLI 3.0. This provides an architecture which helps to write a flexible & modular large scale appliction with Vue.js

# Description

Below are the series of articles explaining the details of the architecture

- [Architect a large scale Vue.js Application](http://bit.ly/2X1aaTf)
- [Handle HTTP calls in a large scale Vue.js Application](http://bit.ly/2MjNL2X)
- [Architect state management in a large scale Vue.js application](http://bit.ly/2HN8zu6)
- [Error/Exception handling in Vue.js application](http://bit.ly/2wVK1Km)

## 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/).