Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cshawaus/vue-3-ts-demo

A demo project outlining how to use Vue 3 with TypeScript to build powerful apps.
https://github.com/cshawaus/vue-3-ts-demo

demo typescript vue vue3 vuejs

Last synced: about 5 hours ago
JSON representation

A demo project outlining how to use Vue 3 with TypeScript to build powerful apps.

Awesome Lists containing this project

README

        

# Vue 3 with TypeScript
A demo project outlining how to use Vue 3 with TypeScript to build powerful apps.

## What is used?
- Vue 3
- TypeScript 3.9
- with type imports
- Babel 7
- Webpack 4
- ESLint
- Hot Module Replacement

## Webpack 5 Demo
I have also built an example using webpack 5 which is still a work-in-progress.
https://github.com/cshawaus/vue-3-ts-demo/tree/webpack-5

## Todo
- Fix `vue/valid-template-root` linting error
- Ensure default ESLint rules work correctly for Vue 3