mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-01 03:07:38 +08:00
.. | ||
.vuepress | ||
guide | ||
reference | ||
zh | ||
contributing.md | ||
README.md | ||
tsconfig.json |
home | title | heroImage | actions | features | footer | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true | Home | /hero.png |
|
|
MIT Licensed | Copyright © 2018-present Evan You |
As Easy as 1, 2, 3
# 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
# 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