Skip to content

crunchwrap89/Vue3-TS-Scaffold

Repository files navigation

Scaffold Application for Vue3 with Typescript, PostCSS and Vite

This is a scaffold for creating new apps with Vue 3, Typescript, PostCSS and Vite. This repo is automatically updated with the newest version of all dependencies via dependabot.

This project will recommend a number of extensions that might improve your developer experience. If you do not wish to use/install these extensions, you may just remove the extensions.json file from the .vscode folder. Then you will not recieve notifications about recommendations.

Find tutorials on fun coding projects at www.marcusn.dev

Project Requirements

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

A scaffolding app for Vue3 with Typescript, PostCSS and Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published