Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou 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

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 forvue-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


[8]ページ先頭

©2009-2025 Movatter.jp