flink platform frontend
1.0.0
这是我在 vue-admin-template 上编写的第一个 vue 项目,只需为 flink-platform-backend 制作一个前端页面。
欲了解更多信息,请访问 flink-platform-backend。
# clone the project
git clone [email protected]:itinycheng/flink-platform-frontend.git
# enter the project directory
cd flink-platform-frontend
# install dependency
npm install
# develop
npm run dev
这将自动打开 http://localhost:9528
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix
现代浏览器和 Internet Explorer 10+。
IE / 边缘 | 火狐浏览器 | 铬合金 | 狩猎之旅 |
---|---|---|---|
IE10、IE11、边缘 | 最后 2 个版本 | 最后 2 个版本 | 最后 2 个版本 |
麻省理工学院许可证。