Skip to content

A Vue.js + Vite + TypeScript template.

Notifications You must be signed in to change notification settings

McLaynV/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.

About

A Vue.js + Vite + TypeScript template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 50.2%
  • TypeScript 41.0%
  • HTML 4.7%
  • SCSS 4.1%