flink platform frontend
1.0.0
هذا هو أول مشروع vue لي مكتوبًا على قالب vue-admin، ما عليك سوى إنشاء صفحة أمامية لواجهة 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+.
آي إي / إيدج | فايرفوكس | الكروم | سفاري |
---|---|---|---|
IE10، IE11، إيدج | الإصدارين الأخيرين | الإصدارين الأخيرين | الإصدارين الأخيرين |
رخصة معهد ماساتشوستس للتكنولوجيا.