Top 3 TypeScript single-file-component Projects
-
Project mention: Creating Custom Element from SFC that also imports the SFC's styles | reddit.com/r/vuejs | 2021-11-17
I am would like to have the added benefits of the encapsulated ShadowDOM on a Custom element, but would also like the versatility of keeping my SFCs as SFCs so that I can use them and any content placed in their slots as I normally would, without having to take the added encapsulation of the Shadow DOM into consideration if possible. Another developer had previously mentioned wanting an easy way to import styles from a SFC into a Custom element in this post, and Evan You replied that it is possible, but I was unable to find an example of it being done.
-
- parser: '@typescript-eslint/parser', + parser: "vue-eslint-parser", + // https://github.com/vuejs/vue-eslint-parser#parseroptionsparser + parserOptions: { + parser: "@typescript-eslint/parser", + }, plugins: ['@typescript-eslint'], extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', + 'plugin:vue/vue3-recommended', 'prettier', ], }
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: I made a vscode plugin that can write each part of React component in multiple split editors on the same screen | dev.to | 2021-07-29
View on GitHub
TypeScript single-file-component related posts
Index
What are some of the best open-source single-file-component projects in TypeScript? This list will help you:
Project | Stars | |
---|---|---|
1 | vue-loader | 4,821 |
2 | vue-eslint-parser | 305 |
3 | jsx-sfc | 51 |
Are you hiring? Post a new remote job listing for free.