You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for a local files file:/// as mentioned in #387 . Some people deliver documentation
locally in which it would be overkill to serve a 3-10 page website. Yes there are other tools but we
choose to use vue/vuepress to continue to grow and support the community.
What does the proposed API look like?
See below
How should this be implemented in your opinion?
Add in the config an option for local use or an option for you to add a custom
local url. For unix based systems a user would enter:
local: true
localUrl: 'fille://path/to/my/dist/'
Are you willing to work on this yourself?
I will try my best, I'm fairly new to vue so I'm not sure if I would be best to implement this feature.
The text was updated successfully, but these errors were encountered:
Feature request
What problem does this feature solve?
Support for a local files file:/// as mentioned in #387 . Some people deliver documentation
locally in which it would be overkill to serve a 3-10 page website. Yes there are other tools but we
choose to use vue/vuepress to continue to grow and support the community.
What does the proposed API look like?
See below
How should this be implemented in your opinion?
Add in the config an option for local use or an option for you to add a custom
local url. For unix based systems a user would enter:
Are you willing to work on this yourself?
I will try my best, I'm fairly new to vue so I'm not sure if I would be best to implement this feature.
The text was updated successfully, but these errors were encountered: