Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliborgogic/vue-simple-boilerplate
For Meetup: "Love at first Vue"
https://github.com/daliborgogic/vue-simple-boilerplate
Last synced: 9 days ago
JSON representation
For Meetup: "Love at first Vue"
- Host: GitHub
- URL: https://github.com/daliborgogic/vue-simple-boilerplate
- Owner: daliborgogic
- Created: 2017-02-26T21:21:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T21:42:43.000Z (over 7 years ago)
- Last Synced: 2024-10-10T16:41:52.275Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-simple-boilerplate
> The simplest possible Vue setup in a single HTML file
> This template is Vue 2.0 compatible
### Before You Start...
This boilerplate is targeted at beginners who want to start exploring Vue without the distraction of a complicated development environment.
For advanced features such as asset compilation, hot-reload, lint-on-save, unit testing, and CSS extraction, we recommend that more experienced developers use one of the [other templates](https://github.com/vuejs-templates/).
## Usage
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).
``` bash
$ npm i -g vue-cli # Install vue-cli if you haven't already
$ vue init daliborgogic/vue-simple-boilerplate # Create a new project based on this template
$ cd vue-simple-boilerplate # Navigate into your new project folder$ npm i -g live-server # Install live-server if you haven't already
$ live-server # Run live-server and open it in your browser
```### Fork It And Make Your Own
You can [fork this repo](https://help.github.com/articles/fork-a-repo/) to create your own boilerplate, and use it with `vue-cli`:
``` bash
vue init username/repo my-project
```