https://github.com/tanangular/vue-parceljs-css
https://github.com/tanangular/vue-parceljs-css
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanangular/vue-parceljs-css
- Owner: tanangular
- Created: 2018-02-26T08:51:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T18:48:26.000Z (over 8 years ago)
- Last Synced: 2025-03-03T10:14:13.204Z (over 1 year ago)
- Language: Vue
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-parceljs-css
> The simplest possible Vue setup in a single HTML file
> This template is Vue 2.0 compatible. For Vue 1.x use this command: `vue init simple#1.0 my-project`
### 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 install -g @vue/cli # Install vue-cli if you haven't already
$ vue init tanangular/vue-parcel-css my-project # Create a new project based on this template
$ cd my-project # Navigate into your new project folder
$ npm install -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
```