Skip to content

ofry/vue.js-starter-template

This branch is 1 commit ahead of, 12 commits behind villeristi/vue.js-starter-template:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb08d6c · Jul 25, 2017
Jul 14, 2016
Apr 21, 2017
Jul 25, 2017
Jun 14, 2017
Nov 8, 2016
Jul 13, 2016
Jul 25, 2017
Jun 14, 2017
Jan 21, 2017
Mar 13, 2017
Jul 25, 2017
Jul 25, 2017

Repository files navigation

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:

About

A starter template for Vue.js projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 79.9%
  • JavaScript 14.0%
  • HTML 6.1%