question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Icon Request] Support for vue.config.js

See original GitHub issue
  • I’m sure this issue is not a duplicate.

  • I’m submitting an icon request:

    • Type: extension, languageid, filename

    • Icon Name: vueconfig

    • Sample original Icon: logo

    • Extensions: .config.js

    • Filenames: vue.config.js

    • Language ids: vue, vueconfig

  • Language Extensions: ??

  • More info: https://vuejs.org/

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
JimiCcommented, Aug 26, 2019

On second thought, scratch the above example. Since vue has also file extensions this can be implemented as a new icon with the cog, as suggested.

    {
      icon: 'vueconfig',
      extensions: ['.vuerc', 'vue.config.js'],
      filename: true,
      format: FileFormat.svg,
    },
1reaction
JimiCcommented, Aug 26, 2019

It needs an icon too so let @KingDarBoja do it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration Reference | Vue CLI
vue.config.js is an optional config file that will be automatically loaded by @vue/cli-service if it's present in your project root (next to ...
Read more >
[Icon Request] Support for vite.config.js · Issue #2825 - GitHub
I'm sure this issue is not a duplicate. I'm submitting an icon request: Type: filename; Icon Name: viteconfig; Sample original Icon: logo ...
Read more >
Font Awesome icons in Vue.js apps: A complete guide
The Font Awesome icon collection is a library of free, easy-to-use icons. In this tutorial, learn to add those icons to your Vue.js...
Read more >
Add Icons with Vue | Font Awesome Docs
You'll first create a library of all the icons you want to use in your project in the src/main.js or src/main.ts file. Here's...
Read more >
Favicon with webpack and vue-cli - node.js - Stack Overflow
you can define the path of the favicon in vue.config.js file. Read for more info here const path = require("path"); module.exports ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found