a8e0386c创建于 2022年9月21日历史提交
文件最后提交记录最后更新时间
3 年前
3 年前
4 年前
5 年前
3 年前
4 年前
4 年前
README.md

website

Brief Introduction

Website is openEuler community contents management system base on Vuepress framework, default Theme for Vuepress theme, which publish on https://www.openeuler.org. Now we are under developing. you are welcome to join us.

directory structure

docs
├─ .vuepress
│ ├── api // api
│ ├── component // vue component
│ ├── data // data maintained
│ ├── lang // language module
│ ├── libs // common utils
│ ├── public // static resources
│ ├── style // common style
│ ├── theme // theme default options
│ ├── config.js // global config
│ ├── enhanceApp.js // app level enhancements
│ ├── sitePlugin.js // plugin
├─ en // English content
├─ zh // Chinese content

Debug

  1. Install dependencies
npm install
  1. Run Vuepress development
npm run dev

The website will serving on http://your-server-ip:8080, any change will take effect here.

  1. Run Vuepress production
npm run build

Copy dist folder to web container

Contribution

  1. Fork the repository
  2. Create Feature_xxx branch
  3. Commit your code
  4. Create Pull Request

Get Help