https://github.com/isuke/vuejs-template
A simple Webpack + vue-loader setup for quick prototyping.
https://github.com/isuke/vuejs-template
coffeescript2 scss stylus template vue-loader vuejs webpack
Last synced: about 1 month ago
JSON representation
A simple Webpack + vue-loader setup for quick prototyping.
- Host: GitHub
- URL: https://github.com/isuke/vuejs-template
- Owner: isuke
- Created: 2017-07-28T16:08:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T12:44:40.000Z (over 6 years ago)
- Last Synced: 2025-02-06T06:44:29.548Z (3 months ago)
- Topics: coffeescript2, scss, stylus, template, vue-loader, vuejs, webpack
- Language: CoffeeScript
- Size: 52.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
:chapter-label:
:icons: font
:lang: en
:sectanchors:
:sectnums:
:sectnumlevels: 3
:source-highlighter: highlightjs
:toc:
:toclevels: 1:author: isuke
:email: [email protected]= 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.
== Install
This is a project template for https://github.com/vuejs/vue-cli[vue-cli].
----
$ yarn global add @vue/cli @vue/cli-init$ vue init isuke/vuejs-template my-project
$ cd my-project
$ yarn install
----== Usage
=== Develop
----
$ yarn run dev
----=== Build
----
$ yarn run build
----=== Test
----
$ yarn run test
----== 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