Skip to content

A simple Webpack + vue-loader setup for quick prototyping.

Notifications You must be signed in to change notification settings

isuke/vuejs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue.js template

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.

1. Install

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

2. Usage

2.1. Develop

$ yarn run dev

2.2. Build

$ yarn run build

2.3. Test

$ yarn run test

3. What’s Included

  • webpack 4.x

  • vue.js 2.x

  • vue-router 3.x

  • axios

  • altCss

    • coffeescript2

  • postCss

    • autoprefixer (option)

    • postcss-flexbugs-fixes (option)

  • altCss

    • scss (select)

    • stylus (select) : Not recommended. It has not been maintained yet.

  • unit test (option)

    • @vue/test-utils

    • mocha

    • expect