Skip to content

disaipe/vue2-webpack-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue 2 Template

Basic Vue 2 application template, mounted at single HTML document what runs at tiny HTTP-server.

Template based on Webpack.

Usage

  • Prepare
    $ npm run prepare # install husky
  • Development
    $ npm run watch # build dist at file changes
    $ npm run serve # start http server on port 8080
  • Code quality
    $ npm run lint
    # or
    $ npm run lint-fix
  • Production
    $ npm run build 

Compiled files are available in public/dist folder.

About

Basic Vue 2 application template, mounted at single HTML document what runs at tiny HTTP-server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors