shershen08 / vue.js-starter-template

A starter template for Vue.js projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js starter template

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

Built with:

Demo

Navigate to http://vue-starter.testi.in/ and see the awesomeness IRL :bowtie:

Getting started

Clone the repo & run npm install from the project root

Available commands

npm 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).

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

npm run lint:js

Lints javascript-files inside /src directory

npm run build

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

About

A starter template for Vue.js projects

License:MIT License


Languages

Language:CSS 74.8%Language:JavaScript 16.1%Language:HTML 9.1%