-
-
Notifications
You must be signed in to change notification settings - Fork 149
Non-trivial TS/Vue/SCSS cookbook example using @latest #343
Comments
+1 !! |
Hi guys, The biggest different between example from docs and this implementation is replacing I think it covers everything except:
Could you look at this repo and let me know if it covers your use cases? If everything works fine maybe I will open PR with docs update basing on that implementation. |
Hey @przemkow - thanks! I'll take a look at some point in the next day or so. I was having issues with duplicated SCSS so I will need to check my current bundling output to see if that is still a problem, and if so, whether it's me or the plugin. Good work! |
this works with |
@DrMabuse23 I think so, after installing that dependency and enabling |
@davestewart I don't know if this will be still useful for you but I will leave it here - maybe it will solve someone's else issue :) We resolved a problem with duplicated CSS styles by transforming generated CSS with |
He's back! Haven't looked at this project for a while now (can't remember what state it's in, even) but really appreciate you returning to drop your learnings here! |
What problem does this feature solve?
Allows people to easily build a non-trivial Vue plugin, e.g. an alert component.
The existing cookbook examples work - but use out of date dependencies and don't work when upgraded, and there simply appear to be no complete examples on the web.
What does the proposed API look like?
Includes:
alert()
index.ts
tsconfig.json
*.d.ts
filesAdditionally:
rollup -w
.vue
files without having to add.vue
The text was updated successfully, but these errors were encountered: