Document project layout structure
- The vuepress implementation resides in the src folder.
The markup files are stored in the 'src*.*' folder.
Images that need to be referenced by the markup can be coppied into 'docs\src\vuepress\public' folder.
Follow these steps in order to deploy the documents locally.
Install dependencies
npm install
Run the vuepress document development script
npm run dev
or run
Yarn dev