-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Conversation
Or you can just reference |
Looks like the javascript-node:14 image works fine. I was trying to minimize sizes and stick to the Alpine image, but if it will mean better compatibility, I have no problem switching to the Debian based. This should make it compatible with Codespaces as well correct? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing I just noticed is that this is missing a .npmignore
file. That's used to exclude folders/files when it is added to a project through VS Code.
e.g.
README.md
test-project
definition-manifest.json
.vscode
.npmignore
Added. |
LGTM! Thanks! |
Awesome thanks! |
This adds a config for Vue.js using a node image.
@Chuxel I debated running the same image from the others and rolling in node, but not sure thats any more efficent, or do you think I should copy the javascript-node-14 config and add in the Vue install?