-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about additional loaders: + Pug, TypeScript, SASS, material-vue ? #467
Comments
All our components are custom elemnts we built from time to time on request. This kept us to keep the dependency list to the minimum. But seriously, PW do lack a UI library. Vuetify seems like a solid option for that.
It's amazing what bare Vue/Nuxt app can do with only SCSS and JS (HTML + CSS + JS). A transpiled TS branch or any other language is good. But nobody requested it so far. I'll wait for a discussion on that. |
@liyasthomas Actually I have been thinking of requesting a gradual migration to TypeScript as well, having the static types are really helpful to prevent the tiny mistakes we make while coding stuff up and also with the growing complexity of the app, it makes much more sense to have typings. |
I'll add a new branch for Typescript |
Tada! TypeScript branch: https://github.com/liyasthomas/postwoman/tree/typescript Initial configs are incomplete and will produce runtime errors. Nuxt Offical Guide: https://typescript.nuxtjs.org/ |
@liyasthomas I look forward to your reply. |
Actually, configs have been resolved to start a MVP. Now the remaining process is to compile each methods to You can start contributing by:
Official guide: https://typescript.nuxtjs.org/ Don't forget to mention |
Thank you for your reply. |
We've Telegram group: https://t.me/postwoman_app |
@Sn005 if you don't mind, I might also be working on this, I kinda know the typescript toolchain inside out as I usually work on TypeScript (gotta love dem type checks) and I would love to get this done ASAP. |
And also since this issue thread mostly focuses on TypeScript support, I would like this issue renamed. |
@AndrewBastin |
@Sn005 sure, well, right now my PR is up on this repo, we could certainly use your help with making the typings more strong as we still have tons of |
Since:
I'm closing this issue. |
Is your feature request related to a problem? Please describe.
It may be good add some productivity tools to tool chain
Describe the solution you'd like
What about additional loaders: + Pug, TypeScript, SASS, material-vue ? All of these are proven good with both, Vue and Nuxt. I see no point to make branch on this. It is question of one npm -D.
Describe alternatives you've considered
Anything here is not a question at all, excepting vue-material support is newer than vuetify's, and later is more nuxt-ish and have longer nuxt track/ this can be point of discussion but both are stable and no very difference which will be accepted. All of this save on typing with no addition obligations.
Not if no. Let if yes
The text was updated successfully, but these errors were encountered: