HOW TO SETUP NUXT WITH TYPSCRIPT A TUTORIAL

preview_player
Показать описание
Typescript goes really well with Nuxt. In this video I discuss how you can create a brand new Nuxt app with Typescript. Nuxt is a SSR for Vue, learn all about it!

👉 Check out my last video on Chrome Tips

♡ ♡ ♡

Make Sure To Check These Courses Out On Udemy! 💻

♡ ♡ ♡

MY COURSES -

___

Links

Рекомендации по теме
Комментарии
Автор

Hey Erik this is pretty cool. Do you prefer to use standard vue or nuxt in production more? Thanks!

quixoticfallcy
Автор

Muchísimas gracias por compartir tu conocimiento :D
Me habia quedado atorado con los temas de "Options, Composition y Class API", el consejo que diste en 11:08 me ha ayudado mucho (ya que soy principiante en TypeScript), saludos

josuehd
Автор

I've been using it with the class API for a few months now and it's really good, main reason for it is just less code

RafaelMagalhaes
Автор

Hi Erik! Nice tutorial. But can you please upload the setup with Class API

lopsanggurung
Автор

Hey what is the font you're using?

saptarshisengupta
Автор

Such a great tutorial! Thanks a lot :) Btw it seems the error from the Vutify doesn't happen at the moment!

hiroki.a
Автор

Thank you very much! learning ts. can you share your vscode settings.json file? i like your configuration

masterjoy
Автор

But if fullName should return number type and u changed return this.fullName without ‘’ there are no issue messages )

SlavaCh
Автор



Features:
- Proven to work on both small and large scale projects
- Always up-to-date with the help of @dependabot
- Latest nuxt for server-side rendering
- Full typescript support, including Vue's SFC, Vuex, and tests
- Tools to write business logics including: DI, IoC, runtime type validation
- Linting with eslint + stylelint
- jest for unit tests and testcafe for end-to-end testing
- docker optional support for development, testing, and production
- Gitlab CI with full test and deploy pipeline configured by default
- Meaningful docs, covering almost every aspect of the project, including jsdoc annotations
- Full vscode support and list of suggested settings and plugins
- Easy update process, so your template will always be up-to-date

sobolevn
Автор

It does not work with Class style components, I am not able to use decorators, it says:
Unable to resolve signature of class decorator when called as an expression.
Type '<VC extends unknown>(target: VC) => VC' is not assignable to type 'typeof Inspire'.

Dude-izdw
Автор

how do my own typescript files to a project? i have a .ts file that exports a bunch of classes, but when i try to import the classes and instantiate them in a component, i get a [class] is not a constructor error... pls help

MrWalalaa
Автор

"And if I see another comment about it I would"
expectation: f u up
actual: point you to this time stamp

miriorichard
Автор

i didn't get the same error unlike my console is clean

ZombiTV