celsowhite / vue-starter

Vue JS starter template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Starter

A Vue JS template used to create apps and custom websites. The template is based on Vue CLI 3 scaffold. I've added my standard project structure and some helpful Vue configurations.

Features

Features I've added that don't come loaded in the standard vue cli scaffold.

  • Specify global scss files to load automatically before any other scss code. Great for mixins and variables.
  • Styles folder system that includes rules I typically use in all projects.
  • Font Awesome.

Develop

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run serve

# build for production with minification
npm run build

About

Vue JS starter template.


Languages

Language:CSS 77.9%Language:Vue 13.0%Language:JavaScript 6.7%Language:HTML 2.5%