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

https://github.com/jexia/vuejs_starting_template

Simple VueJS startup template.
https://github.com/jexia/vuejs_starting_template

Last synced: 3 months ago
JSON representation

Simple VueJS startup template.

Awesome Lists containing this project

README

          

Quick demo : [![Runme](https://svc.runme.io/static/button.svg)](http://runme.io/run?app_id=fed75078-1fc3-415d-82ad-51da2817db27)

# VueJS App Hosting Template
Template to host a VueJS project without backend logic.

## Installing Locally
To run this on your local machine, run the steps below:
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
This is done when the project is uploaded to Jexia
```
npm run build
```

### Runs the webserver
This is done when the project is uploaded to Jexia and has been built. It serves the contents of `dest` to your url.
```
npm run start
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).