Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

blog-starter

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.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli                      # Install vue-cli if you haven't already
$ vue init vuetifyjs/blog-starter 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 to create your own boilerplate, and use it with vue-cli:

vue init username/repo my-project

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.