CLI 
Guide to complete the initialization operation and quickly create a project.
Usage 
shell
npx @huyikai/vitepress-helper initYou will be asked some simple questions:
shell
# Project Name
# Author
# Version
# Do you need local CMS?After initialization, you can run npm run dev for preview. If CMS is selected as yes, you can run npm run cms for content management.