Vue.js example project and starter template using Typescript + browserify
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Node.js + npm
Clone the project
git clone https://github.com/yanpaulo/HelloVueJS
Install browserify and http-server
npm i -g browserify
nom i -g http-server
Install project dependencies
npm i
Run project
npm start
Open on browser!
http://127.0.0.1:8080
- Vue.js - Vue.js docs
- Typescript - Typescript docs
- Browserify - Browserify website