VueDocs Save Abandoned

A vuepress theme for v1.0

Project README

Vue-Docs

⭐ Start environment

  1. You should install GitVS code or WebStorm and install Node.js

  2. And install Yarn

Why not use npm but yarn as a dependency? Never saying npm doesn't work! you can also use npm...

If you can't download it from yarn's official website, let's follow the steps below to download

# for Windows
npm install -g yarn --registry=https://registry.npm.taobao.org
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g

# cheak version
yarn --version

? Deployment environment

# Clone Project
git clone https://github.com/AsheOne18/VueDocs.git

# Go Project Directory
cd VueDocs

# Install dependencies
yarn install # or # npm install 

# Start
yarn docs:dev # or # npm run dev

# Visit it
http://localhost:8080/

? Tree

├─.github
│  └─workflows
│     └─ci.yml # Automatic deployment 
├─docs # Do not change it name 
│  ├─.vuepress
│  │  ├─config # config
│  │  ├─plugins # plugins
│  │  ├─public 
│  │  │  ├─img # img
│  │  └─styles # css
│  └─index.md # index.html
├─theme-vdoing # theme
│  ├─all files # theme
└─utils # nothing to use
    └─modules
Open Source Agenda is not affiliated with "VueDocs" Project. README Source: AsheOne18/VueDocs
Stars
7
Open Issues
0
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating