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
- Host: GitHub
- URL: https://github.com/arunredhu/vuejs_boilerplate
- Owner: arunredhu
- License: mit
- Created: 2019-05-18T17:30:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:08:00.000Z (almost 3 years ago)
- Last Synced: 2024-12-06T17:15:19.675Z (about 1 year ago)
- Language: JavaScript
- Size: 981 KB
- Stars: 270
- Watchers: 11
- Forks: 82
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vue - Large scale Vue.js application boilerplate + Vuex - Large scale Vue.js application boilerplate ` 📝 2 years ago ` (Examples [🔝](#readme))
- awesome-vue - Large scale Vue.js application boilerplate + Vuex - A boilerplate for starting large scale, flexible Vue.js application with using Vuex as state management - by [Arun Redhu](https://arunredhu.in) (Resources / Examples)
- awesome-vue - Large scale Vue.js application boilerplate + Vuex
README
[](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/).