Xiphoseer / vue-htmlcars-template

A (WIP) template for vue apps with htmlcars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-htmlcars-template

Project setup

git clone git@github.com:Xiphoseer/htmlcars.git
git clone git@github.com:Xiphoseer/vue-htmlcars-template.git myproject
cd myproject
yarn install

INFO: While I figure out how to properly turn htmlcars into a library, the package.json requires it at ../htmlcars

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

About

A (WIP) template for vue apps with htmlcars


Languages

Language:Vue 59.2%Language:TypeScript 26.0%Language:HTML 9.0%Language:JavaScript 5.9%