Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

A lightning talk introducing VueJS to the Webnesday crowd.

Notifications You must be signed in to change notification settings

jshmrtn/lightning-talk-vuejs-introduction

Repository files navigation

Lightning Talk: VueJS Introduction (10.05.2017)

Getting started

Clone the repo & run yarn install from the project root

Available commands

yarn start

Runs the Webpack module-bundler, starts watching for changes & launches the BrowserSync server to http://localhost:3000.

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


yarn test

Runs all tests. This includes linting of JavaScript files an all unit and integration tests. See Testing for more information on tests.


yarn run build

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

About

A lightning talk introducing VueJS to the Webnesday crowd.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published