jonlabelle / vue-project-template

A Vue.js boilerplate project template.

Home Page:https://vue-project-template.jonlabelle.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue.js project template

ci cd code analysis

A Vue.js boilerplate project template.

Demo

Checkout the built static site from this template.

Usage

If deciding to use this repository template for your project, please be sure to replace the following configuration items with your own.

package.json

{
  "name": "vue-project-template",
  "description": "A Vue.js project (boilerplate) template.",
  "version": "2.0.0",
  "private": true,
  "license": "MIT",
  "author": "Jon LaBelle",
  "repository": "jonlabelle/vue-project-template",
  "bugs": {
    "url": "https://github.com/jonlabelle/vue-project-template/issues"
  },
  "homepage": "https://github.com/jonlabelle/vue-project-template",
  "keywords": ["vue", "project-template", "template"]
}

LICENSE

Copyright (c) Jon LaBelle

CHANGELOG.md

## 2.0.0

**Release date:** unreleased

### Enhancements

- ...
- ...

### Bug fixes

- ...
- ...

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint

Docker

To run the site in Docker:

  1. Build the image: npm run docker-build
  2. Start the container: npm run docker
  3. Open your browser to: http://localhost:8080

About

A Vue.js boilerplate project template.

https://vue-project-template.jonlabelle.com

License:MIT License


Languages

Language:Vue 53.8%Language:SCSS 22.6%Language:JavaScript 12.1%Language:CSS 9.2%Language:HTML 1.2%Language:Dockerfile 1.1%