-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add VuePress template #1652
Add VuePress template #1652
Conversation
It works as seen here: https://codesandbox.io/s/github/vicbergquist/codesandbox-vuepress/tree/master/ |
OH MY GOD! That's amazing, thank you!! |
@CompuIves @lbogdan The view does not seem to reload, any idea why? |
Also, I'm trying to update the default file that is opened ( For the reload issue and #1652 (comment), how can I help fix this? Looking at the way ember and styleguidist support was done/added, I also made the PR in codesandbox-importer |
@vicbergquist You'll have to configure webpack devserver to connect the HMR socket to the right URL. It's a combination of getting the I can also take a look at it somewhere this week. |
@ulivz we need to fix it here: https://github.com/vuejs/vuepress/blob/759195de7fc7caf1e5a50c80d449b2c5dfa45cd5/packages/%40vuepress/core/lib/node/dev/index.js#L237 or at least allow user to customize it, the webpack-dev-server client is trying to connect |
Fixed here https://codesandbox.io/s/948mvov384 , by replacing |
Hey! This is awesome, let me know when it's ready to merge! |
Hey, thanks to the great work, we have set the default port of VuePress to 0.0.0.0 which is available at (>=1.0.0-alpha.45), let me know if it works for you. |
@ulivz Great, thanks! Updated to |
Mergy 🎉🎉 |
What kind of change does this PR introduce?
VuePress starter template feature
What is the current behavior?
No VuePress 😞
What is the new behavior?
Get started with VuePress in CodeSandbox
Checklist:
Feels like I'm way in over my head, but hope this will work! 😃
Would love to use VuePress with CodeSandbox in future projects and talks I have planned.
Not sure if I need to update any documentation, but from what I can tell I don't..?