Skip to content

Latest commit

 

History

History

vue-typed-ts-webpack-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Vue app in Typescript with VueTyped + Babel + Webpack

Demonstrate how to build Vue application with VueTyped in Typescript + Webpack.

$ npm install

To build distribution code (./dist/bundle.js):

$ npm run build

To run development server (http://localhost/4040)

$ npm run start