Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 509 Bytes

File metadata and controls

19 lines (13 loc) · 509 Bytes

vue-clair-template

A vue-cli template for Clair with PostCSS, custom style, lint, git hooks and vue-router.

Usage

This is a project template for vue-cli. Please install vue-cli before using this template:

npm install -g vue-cli

To create a project named my-project based on this template:

vue init clair-design/template my-project
cd my-project
npm start