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개 버전 |
MIT 라이센스.