dolphinscheduler/escheduler-ui/dist/lib/@vue/crontab
gongzijian 192b476b74 update doc/icon/dist 2019-04-10 17:17:02 +08:00
..
build update doc/icon/dist 2019-04-10 17:17:02 +08:00
dist update doc/icon/dist 2019-04-10 17:17:02 +08:00
example update doc/icon/dist 2019-04-10 17:17:02 +08:00
README.md update doc/icon/dist 2019-04-10 17:17:02 +08:00
package.json update doc/icon/dist 2019-04-10 17:17:02 +08:00
postcss.config.js update doc/icon/dist 2019-04-10 17:17:02 +08:00

README.md

An component project

Setup

  • 安装node > 8的LTS版本https://nodejs.org/en/

  • 增加npm本地仓库host106.75.23.50 npm.analysys.cn

  • 没安装yarn的可以忽略以下yarn命令

# set registry
npm config set registry http://registry.npm.analysys.cn

# install parcel
yarn global add parcel-bundler | npm i -g parcel-bundler

# install dependencies
yarn | npm i

# startup development server (defaults to 3000)
# -> http://localhost:3000
yarn start | npm start

Lint

yarn test | npm run test
yarn lint:fix | npm run lint:fix