Table of Contents
A simple Vue 2.x Webpack 4.x & vue-loader
setup for quick prototyping. Note this template is not suitable for production - for that you may want to wait for an official 4.x webpack template.
This template is Vue 2.x compatible.
This is a project template for vue-cli.
$ yarn global add @vue/cli @vue/cli-init $ vue init isuke/vuejs-template my-project $ cd my-project $ yarn install