gdseck / vue-starter

Opinionated vue boilerplate app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-starter

An opinionated Vue boilerplate app. Setup with vue-cli, typescript, quasar, postcss, tailwind and prettier.

Usage

Click "Use this template" to copy the setup and clone the repo. Click here for more info on github templates.

This repo requires the latest version of vue-cli to be installed globally.

Run yarn serve to serve the app and yarn build to build it.

Setup

The base setup was generated with vue-cli. Use this to keep underlying dependencies up to date.

The project was set up with the following dependencies:

eslint

typescript

lodash

  • With lodash/fp eslint support

tailwindcss (site)

postcss

  • Contains import, nested, url and autoprefixer plugins
  • With purgecss

Quasar framework (site)

  • Installed as vue-cli plugin

About

Opinionated vue boilerplate app

License:MIT License


Languages

Language:Vue 41.4%Language:JavaScript 33.0%Language:TypeScript 15.5%Language:HTML 7.0%Language:CSS 3.1%