Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cshawaus/vue-3-ts-demo
- Owner: cshawaus
- Created: 2020-07-26T05:21:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:28:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T17:02:07.900Z (6 months ago)
- Topics: demo, typescript, vue, vue3, vuejs
- Language: CSS
- Homepage:
- Size: 2.58 MB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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