Welcome to your new VuePress course. This is the README file that will display on GitHub. Please feel free to change this information. This file should reflect the content of this course.
Make sure you have Node.js installed and the following packages:
npm install -g vuepress
npm install -g yo
npm install -g generator-innovet-vuepress-courseTo start a local development server execute the following command inside the root folder of this project:
npm run docs:devThis will start a local server and automatically convert the markdown files to html files.
Open a browser to the web address shown by the npm run command. Most typically this is http://localhost:8080.
A page is like a new chapter in your course. You can generate a new page by using the innovet-vuepress-course generator:
yo innovet-vuepress-course:page
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
