Portal website of Puzzlout company using Mr Hope very feature-rich VuePress theme
VuePress changelogs and upgrade
Using yarn makes the installation much quicker.
npm install --global yarn #(or use the .msi => https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable)
yarn
Then, launch the project locally:
npm run docs:dev
Or to build it:
npm run docs:build
See this link.
When upgrading and having issues with builds, use the following commands:
- run
yarn upgrade vuepress-vite@2.0.0-beta.XX
- run
rm -R node_modules && rm yarn.lock && yarn install
- run
npm run docs:build
- run
npm run docs:dev
to see if the site loads and renders well :)
See this link.
Run:
yarn upgrade vuepress-theme-hope@2.0.0-beta.XX