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

Feature/upgrade vuepress #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    4607c91 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Following work done:

    - Upgrade vuepress from v1 to lastest v2 beta.
    - Replace yarn with pnpm.
    - Replace webpack with vite.
    - Convert vuepress config file to latest spec. (Need more work and cleaning)
    - Enjoy a faster dev environment. :)
    nawazishali committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    ee6991d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Following work done:

    - Configure postcss.config.js to use tailwind and autoprefixer in vuepress v2
    - Update home page based on v2 docs.
    - Replace enchanceApp with client.js as per new docs.
    - Configure vuepress config to searchPlugin.
    - Configure vuepress to use registerComponentsPlugin.
    - Update formatHtml plugin to use vue3 syntax.
    - Update hljs plugin to use vue3 syntax.
    - Replace stylus file with scss ones.
    - Update scss file to relevant syntax.
    - Configure palette.scss according to new docs.
    - Update all component templates to not use <template> tag anymore.
    nawazishali committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6356560 View commit details
    Browse the repository at this point in the history