All Projects → AsheOne18 → VueDocs

AsheOne18 / VueDocs

Licence: MIT License
A vuepress theme for v1.0

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
stylus
462 projects

Projects that are alternatives of or similar to VueDocs

vuepress-theme-book
A VuePress theme inspired by Gitbook
Stars: ✭ 107 (+1237.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-ououe
A blog theme for VuePress
Stars: ✭ 77 (+862.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-thindark
A dark theme for VuePress.
Stars: ✭ 26 (+225%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-minimalism
minimalism vuepress theme
Stars: ✭ 19 (+137.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-track
🎉vuepress theme
Stars: ✭ 13 (+62.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-oneN
🎈 A vuepress theme for oneN
Stars: ✭ 53 (+562.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-maker
🐉 A flat and clean Blog Theme for VuePress site | 一款多配置、简约风的VuePress 博客主题.
Stars: ✭ 67 (+737.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-default-prefers-color-scheme
add prefers-color-scheme for vuepress default theme
Stars: ✭ 51 (+537.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-macgs
💫 A vuepress theme for easyhexo.com
Stars: ✭ 16 (+100%)
Mutual labels:  vuepress, vuepress-theme
vuepress-tools
A curated collection of Awesome vuepress themes and plugins
Stars: ✭ 37 (+362.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-blog-vuetify
💥The world's most simple, beautiful and customizable 2 columns VuePress blog theme built with Vuetify
Stars: ✭ 37 (+362.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-canvas
✏️ Vuepress custom theme for blogging.
Stars: ✭ 24 (+200%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-aurora
🔥Aurora是一款基于Vuepress2的博客主题,将本地Markdown文件解析成静态html页面,作为博客文章。搭配说说,时间轴,文章分类,评论,友情链接,相册,音乐播放器等特色功能,给您不一样的使用体验。
Stars: ✭ 225 (+2712.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-cool
A custom vuepress theme with mermaid and plantuml, katex and vue components.
Stars: ✭ 57 (+612.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-theme-simple
✏️ Very Simple Blog Theme for VuePress
Stars: ✭ 89 (+1012.5%)
Mutual labels:  vuepress, vuepress-theme
vuepress-plugin-ribbon
🎗️ Add a beautiful ribbon to your vuepress!
Stars: ✭ 14 (+75%)
Mutual labels:  vuepress
docs.getleon.ai
📝 Main documentation of Leon.
Stars: ✭ 23 (+187.5%)
Mutual labels:  vuepress
vuepress-plugin-demo-code
📝 Demo and code plugin for vuepress
Stars: ✭ 119 (+1387.5%)
Mutual labels:  vuepress
documentation
Pterodactyl's documentation is open source! This repository contains the documentation for installing and updating both the panel and the daemon.
Stars: ✭ 99 (+1137.5%)
Mutual labels:  vuepress
vuepress-theme-mini
🎨 A minimal blogging theme of VuePress.
Stars: ✭ 21 (+162.5%)
Mutual labels:  vuepress

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].