Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support baseUrl options #9

Merged
merged 1 commit into from
Sep 29, 2018
Merged

Conversation

snadn
Copy link
Contributor

@snadn snadn commented Sep 29, 2018

fix: #6

@SolarLiner SolarLiner self-requested a review September 29, 2018 09:43
@SolarLiner SolarLiner self-assigned this Sep 29, 2018
@SolarLiner SolarLiner added this to the 1.1.0 milestone Sep 29, 2018
index.js Show resolved Hide resolved
@SolarLiner SolarLiner merged commit 6f38704 into SolarLiner:develop Sep 29, 2018
@snadn snadn deleted the patch-1 branch September 29, 2018 10:25
SolarLiner pushed a commit that referenced this pull request Oct 20, 2018
SolarLiner added a commit that referenced this pull request Jan 2, 2019
Version 1.1.0

- Adds support for user post-processing of HTML after pre-rendering #4
- Bundles an `app.html` file which is not prerendered, and should be used as
 entrypoint for non-prerendered routes #14
- Support multi-page mode (by @snadn) #10 (implementation #11)
- Support non-default baseURL (by @snadn) #6 (implementation #9)
- Writes configuration using the API `extendPackage` function, which writes to
 `vue.config.js`. If found, the old configuration will be copied over and
 converted on `vue invoke` (and read, but not converted on build).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No prerender when baseURL variable is set in vue.config.js
2 participants