Skip to content

A starter project for vue typescript using webpack and bootstrap

License

Notifications You must be signed in to change notification settings

kristianmandrup/vue-typescript-seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-typescript-seed

A starter project for vue-typescript using webpack and bootstrap

This seed repo comes with all you need to start building a vuejs project using typescript.

Packages included:

  • vue
  • vue-router
  • webpack (and all the loaders and utilities necessary)
  • bootstrap 3
  • jquery 2.2.4

Scripts:

npm run dev - will start a local dev server at localhost:8080

npm run build - will build your project into the /dist folder

npm run clean - will delete the dist folder

Setup: run npm install

Clone it and get started!

About

A starter project for vue typescript using webpack and bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.8%
  • TypeScript 29.9%
  • HTML 22.9%
  • CSS 1.4%