All Projects → vuepress → create-vuepress-site

vuepress / create-vuepress-site

Licence: MIT License
VuePress Site Generator

Programming Languages

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

Projects that are alternatives of or similar to create-vuepress-site

lunarvim.org
Website for LunarVim
Stars: ✭ 70 (-10.26%)
Mutual labels:  docs, vuepress
zksync-docs
zkSync documentation
Stars: ✭ 52 (-33.33%)
Mutual labels:  docs, vuepress
docs.getleon.ai
📝 Main documentation of Leon.
Stars: ✭ 23 (-70.51%)
Mutual labels:  docs, vuepress
reactools
Create React interfaces is easy.
Stars: ✭ 14 (-82.05%)
Mutual labels:  docs
open-development-template
Workflow and documentation templates that help teams formalize their goals, workflow and governance model to encourage participation and field contributions.
Stars: ✭ 18 (-76.92%)
Mutual labels:  docs
vuepress-plugin-live
Make your markdown code examples come alive
Stars: ✭ 37 (-52.56%)
Mutual labels:  vuepress
bilibili-api-docs
bilibili-api 的开发文档
Stars: ✭ 19 (-75.64%)
Mutual labels:  docs
bitcoindevkit.org
BDK project home page (originally magicalbitcoin.org 🧙)
Stars: ✭ 25 (-67.95%)
Mutual labels:  vuepress
vuepress-theme-minimalism
minimalism vuepress theme
Stars: ✭ 19 (-75.64%)
Mutual labels:  vuepress
deep-ui
✨✨✨ 快速打造团队业务或者个人组件 UI 库 , 欢迎各位大佬 fork pr 添砖搬瓦
Stars: ✭ 18 (-76.92%)
Mutual labels:  vuepress
FreeTAKServer-User-Docs
FreeTAKServer documentation for end users
Stars: ✭ 23 (-70.51%)
Mutual labels:  docs
docs.bitshares.org
Please check the new repository https://github.com/bitshares/how.bitshares.works. This repository contains the OLD sources (and the build in a different branch) for docs.bitshares.org
Stars: ✭ 18 (-76.92%)
Mutual labels:  docs
tokei-zh
🇨🇳翻译: <tokei> 代码信息的统计程序 ❤️ 校对 ✅
Stars: ✭ 92 (+17.95%)
Mutual labels:  docs
docs
Learn Anything Docs
Stars: ✭ 25 (-67.95%)
Mutual labels:  docs
docs
WayScript Documentation
Stars: ✭ 14 (-82.05%)
Mutual labels:  docs
idoc
📒📚Generate beautiful interactive documentation and Open-API 3.0 spec file from your existing Laravel app.
Stars: ✭ 95 (+21.79%)
Mutual labels:  docs
docs
API Documentation for Handsontable
Stars: ✭ 18 (-76.92%)
Mutual labels:  docs
helpscout-docs-api-php
DocsApi client for HelpScout
Stars: ✭ 21 (-73.08%)
Mutual labels:  docs
what-if
My messy notebook, built with VuePress 2.
Stars: ✭ 17 (-78.21%)
Mutual labels:  vuepress
docs
Jina V1 Official Documentation. For the latest one, please check out https://docs.jina.ai
Stars: ✭ 21 (-73.08%)
Mutual labels:  docs

create-vuepress-site

Scaffolding a VuePress project

Getting Started

Run generator

In the desired folder, run the following command to start the VuePress site generator:

npx create-vuepress-site
# yarn create vuepress-site

This will create a scaffolded documentation site in the docs directory that is enclosed from the rest of the folder.

Setup local environment

# Navigate into newly scaffolded docs directory
cd docs

# Install dependencies
npm install
# yarn install

# Start local dev server
npm run dev

By default, you should now see your scaffolded VuePress docs site at https://localhost:8080!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Hat Tip

create-vuepress-site exists due to the previous work of:

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].