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

Discussion: Should we migrate to vuepress? #141

Open
mikeal opened this issue Jan 21, 2019 · 1 comment
Open

Discussion: Should we migrate to vuepress? #141

mikeal opened this issue Jan 21, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@mikeal
Copy link
Member

mikeal commented Jan 21, 2019

Recently I've been using vuepress for a few smaller project https://vuepress.vuejs.org/ and I'm starting to think it might be a better fit for ProtoSchool than using Vuejs directly.

Some background: Vuepress is a static site generator built on Vue.js. Instead of a single page app, all the pages are statically generated. Pages are defined in Markdown and can import Vue components (which is the reverse of what we do now, we import markdown into Vue.js components).

For search indexing and possibly performance vuepress would be a clear win. We also would get a lot more flexibility during lesson creation. For instance, we'd easily be able to define new components and interactive widgets that we could then embed at any point in the tutorial text.

It wouldn't be a small task to do this migration, but I think it's better to have this conversation now than later when we have far more lessons to migrate.

@mikeal mikeal added the enhancement New feature or request label Jan 21, 2019
@nuke-web3
Copy link
Contributor

I have not used vuepress, but hear good things. I have used http://quasar-framework.org for it's static features and great documentation. I also really like the idea of a static site, as I would hope that one thing we really consider is proto.school being hosted on IPFS. #139 could then also then reference our own site as an example of this killer app for IPFS content distribution 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants