Skip to content

532815096/vue-loader-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-loader example

Dependencies Dev Dependencies

Example using vue-loader with Webpack.

Topics Covered

  • Using vue-loader with hot reload for development
  • Configuring Webpack loaders
  • Building for production with minification
  • Linting JavaScript inside *.vue files with ESLint
  • Testing *.vue components with Karma + Jasmine in PhantomJS

Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm test

For detailed explanation on how things work, read the docs for vue-laoder.

About

Example using vue-loader with Webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • Vue 25.4%
  • HTML 3.2%