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 個版本 |
麻省理工學院許可證。