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
最新のブラウザとインターネットエクスプローラー10+。
IE / EDGE | Firefox | クロム | サファリ |
---|---|---|---|
IE10、IE11、エッジ | 最後の2つのバージョン | 最後の2つのバージョン | 最後の2つのバージョン |
MITライセンス。