Skip to content

kristianmandrup/vue2-2017

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get started

# install yarn if you haven't yet
$ npm i -g yarn
# install
$ yarn

# edit files and start developing
$ yarn dev
# build for production
$ yarn build
# lint your code
$ yarn lint

pre-rendering

Don't forget to add the pages you wish to pre-render to build/webpack.prod.js, look for // List of routes to prerender.


Features

  • Vue 2
  • Vue Router
  • Vuex
  • Webpack 2
  • Babel 6
  • TypeScript 2 with av-ts
  • Single-file components
  • Hot reloading
  • Split vendor code
  • Offline ready (Progressive Web App)
  • ESLint
  • Pre-rendering (using prerender-spa-plugin)
  • PostCSS (with autoprefixer, postcss-nested and postcss-font-magician)

About

Yet another boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.6%
  • JavaScript 44.4%
  • Vue 7.8%
  • Other 1.2%