Giter Site home page Giter Site logo

mypress's Introduction

home title heroImage actions features footer
true
Home
/images/hero.png
text link type
Get Started
/guide/getting-started.html
primary
text link type
Introduction
/guide/
secondary
title details
Simplicity First
Minimal setup with markdown-centered project structure helps you focus on writing.
title details
Vue-Powered
Enjoy the dev experience of Vue, use Vue components in markdown, and develop custom themes with Vue.
title details
Performant
VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
title details
Themes
Providing a default theme out of the box. You can also choose a community theme or create your own one.
title details
Plugins
Flexible plugin API, allowing plugins to provide lots of plug-and-play features for your site.
title details
Bundlers
Default bundler is Vite, while Webpack is also supported. Choose the one you like!
MIT Licensed | Copyright © 2018-present Evan You

As Easy as 1, 2, 3

:::: code-group ::: code-group-item PNPM

# install in your project
pnpm add -D vuepress@next @vuepress/client@next vue

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
pnpm vuepress dev

# build to static files
pnpm vuepress build

::: ::: code-group-item YARN

# install in your project
yarn add -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
yarn vuepress dev

# build to static files
yarn vuepress build

::: ::: code-group-item NPM

# install in your project
npm install -D vuepress@next

# create a markdown file
echo '# Hello VuePress' > README.md

# start writing
npx vuepress dev

# build to static files
npx vuepress build

::: ::::

mypress's People

Contributors

saofeng-cyber avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.