vue.js-starter-template

A starter template for Vue.js projects

Github stars Tracking Chart

Vue.js starter template

A bare-bones starter-template to get your hands dirty with awesome Vue.js library.

Built with:

Getting started

  1. Be sure you have Yarn installed globally.
  2. Clone the repo & run yarn from the project root

Single File Components

See instructions for example usage of single file components.

Available commands

yarn start

Runs the Webpack module-bundler, starts watching for changes & launches the BrowserSync server to http://localhost:3000 (it's possible to change the port from package.json config-section). Uses Webpack Dashboard

Note! Webpack handles all the reloading stuff while BrowserSync just proxies the default webpack-port (8080) giving the possibility to connect to dev-server from multiple devices:
BrowserSync

yarn lint:js

Lints javascript-files inside /src directory

yarn build

Runs the webpack module-bundler with production-settings (compress etc.) and builds the project to /build directory.

Demo

Navigate to https://vue-starter.ville.io/ and see the awesomeness IRL :bowtie:

Overview

Name With Ownervilleristi/vue.js-starter-template
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:MIT License
Release Count19
Last Release Name0.11.0 (Posted on 2017-09-27 22:17:03)
First Release Name0.1.0 (Posted on 2016-07-14 02:38:04)
Created At2016-07-12 20:41:50
Pushed At2018-03-15 18:29:20
Last Commit At2018-03-15 20:29:19
Stargazers Count264
Watchers Count15
Fork Count66
Commits Count179
Has Issues Enabled
Issues Count17
Issue Open Count4
Pull Requests Count2
Pull Requests Open Count0
Pull Requests Close Count1
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top