Home

Awesome

vue-tachyons-template (v.1.0.1)

An "unofficial" Vue.js project starter template, which includes:

Official Templates can be found here: https://github.com/vuejs-templates

Requirements

You should have vue-cli installed.

npm install -g vue-cli

Getting Started

You can spin up a new Vue project in one of three ways:

  1. Option 1: reference this repo

vue init colorful-tones/vue-tachyons-template your-new-vue-project

  1. Option 2: download a .zip, save to your local file sytem and run at will

vue init your/local/directory your-new-vue-project

  1. Option 3: fork it, clone it and run it

vue init your/local/repo your-new-vue-project

For detailed explanation on how things work, consult the docs for vue-loader.

Credits

This project was forked from Vue.js webpack-simple template.

To-do