Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

A Vue.js + Vite + TypeScript template.

Notifications You must be signed in to change notification settings

biggestcookie/vue-ts-template

Repository files navigation

Vue TypeScript Template

A Vue.js app template, using:

...and some more preferred choices, such as:

This project references some TypeScript from a monorepo template, vue-express-template. To remove these dependencies, search and remove all references to the shared folder. Additionally, this template repo does not contain linting configuration; that can be found in and copied from the monorepo template.

Setup

  1. Run npm install in the root folder.
  2. Run the dev server:
    • If you are using Visual Studio Code, press Ctrl/Cmd + Shift + B to run the default dev task.
    • If you are not using Visual Studio Code or wish to run this manually, run npm run dev.
  3. Build the project:
    • Run npm run build in the root folder.
    • When deploying this app, point your deployment to the dist folder.