Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xulayen/pmp
PMP 工具类网站源码,网站不定期更新。适合PMP备考的同学。PMPBOK,PMPBOK 6.0,PMBOK 6.0系统解析,PMBOK系统解析,项目管理第六版解析,浅析PMP认证新版教材PMBOK指南第六版
https://github.com/xulayen/pmp
pmbok pmp-tool
Last synced: 3 months ago
JSON representation
PMP 工具类网站源码,网站不定期更新。适合PMP备考的同学。PMPBOK,PMPBOK 6.0,PMBOK 6.0系统解析,PMBOK系统解析,项目管理第六版解析,浅析PMP认证新版教材PMBOK指南第六版
- Host: GitHub
- URL: https://github.com/xulayen/pmp
- Owner: xulayen
- Created: 2018-08-02T09:12:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T20:40:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T11:33:45.289Z (almost 2 years ago)
- Topics: pmbok, pmp-tool
- Language: CSS
- Homepage: http://pmp.xulayen.com
- Size: 19.9 MB
- Stars: 33
- Watchers: 4
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).## Table of Contents
- [Updating to New Releases](#updating-to-new-releases)
- [Sending Feedback](#sending-feedback)
- [Folder Structure](#folder-structure)
- [Available Scripts](#available-scripts)
- [npm start](#npm-start)
- [npm run start-client](#start-client)
- [npm run start-pro](#start-pro)
- [npm test](#npm-test)
- [npm run build](#npm-run-build)
- [npm run eject](#npm-run-eject)
- 默认使用HashRouter进行展示,如果需要使用BrowserRouter,请自行修改`route/index.js`文件``` js
import {
//BrowserRouter as Router,
HashRouter as Router,
Route,
Switch,
Redirect,
Link
} from 'react-router-dom'```
[在线查看](http://pmp.xulayen.com/)