Socket
Socket
Sign inDemoInstall

create-vuepress-site

Package Overview
Dependencies
13
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-vuepress-site

Scaffolding a VuePress project


Version published
Weekly downloads
108
decreased by-18.8%
Maintainers
1
Install size
81.2 MB
Created
Weekly downloads
 

Readme

Source

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:

FAQs

Last updated on 22 Aug 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc