app-framework icon indicating copy to clipboard operation
app-framework copied to clipboard

v3 - add custom nodes to html

Open tiptronic opened this issue 7 years ago • 3 comments

Either add the ability to overwrite the base 'index.html' or add the ability to add custom nodes (e.g. css) to the html.

tiptronic avatar Jan 11 '19 12:01 tiptronic

@tiptronic - What is the use case behind? You can add css

  • in the app.vue file as style tag
  • in each page as style tag
  • or - if preferred - in a app.css file in the app folder

scriptPilot avatar Jan 11 '19 22:01 scriptPilot

I can add my static app.css due to the compiler rules, but that is not sufficient.

If I want to create a page or library with custom CSS (depending on the case), I need to add the ability to add a path to append the css to the included css.

The app.vue style tag is not sufficient, because it's not dynamic.

The proper way would be to add it in the config.js imo

The above also applies to SEO rules and meta tags.

tiptronic avatar Jan 12 '19 01:01 tiptronic

...or easier said:

how do I include a mobile bootstrap (e.g. derived from git) into my build proecess?

tiptronic avatar Jan 12 '19 01:01 tiptronic