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.
- Host: GitHub
- URL: https://github.com/jexia/vuejs_starting_template
- Owner: jexia
- License: mit
- Created: 2020-02-17T17:58:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T21:41:06.000Z (over 1 year ago)
- Last Synced: 2025-05-12T13:04:23.836Z (5 months ago)
- Language: Vue
- Size: 492 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quick demo : [](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/).