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.

How to use multiple html pages?

See original GitHub issue

Hello,

Thank you for this great library.

I’ve some queries.

To keep landing pages light and separate from main app components, I want to use multiple html pages an associated JS/CSS + Asset Files.

For e.g. landing.html would contain only related JS/CSS + Assets for landing pages and don’t have any relation with other html index.html would contain only related JS/CSS + Assets for authenticated pages and don’t have any relation with other html

Also for landing.html I could want to mount under #landing and #app for index.html

Please let me know how can I make it possible.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

19reactions
Shyam-Chencommented, Sep 8, 2020

I recommend you to use Parcel.

$ parcel ./pages/*.html

# or

$ parcel ./landing/foo.html ./landing/bar.html
0reactions
underfincommented, Sep 11, 2020

^ as above, close this and track #257

Read more comments on GitHub >

github_iconTop Results From Across the Web

Multi-Page HTML Sites
As you know, many websites feature multiple pages. Different areas you can navigate between (usually with links, or a navigation menu) to see...
Read more >
Creating multiple pages with navigation menus
There are several types of menus you will be called upon to create in HTML, as you work on different web sites. Most...
Read more >
HTML CSS TUTORIAL FOR BEGINNERS - multiple pages
Setting up multiple pages in HTML + CSS is easy, there are just a few gotchas to be careful of!
Read more >
How to create multiple pages in HTML - Coderslang
How to create multiple pages in HTML · Step 1: Create a folder · Step 2: Create an HTML file · Step 3:...
Read more >
Multiple distinct pages in one HTML file
I have a program that dumps thousands of small, interlinked HTML files as debug output. It would be much more convenient to have...
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