NativeScript Vue Typescript Starter Kit
v1.0.2

用於快速啟動和運行的NativeScript-vue +打字稿啟動套件
該入門套件旨在通過將打字稿集成到我們的項目中,從而使您的開發環境盡可能高效,我們會受益於語言功能功能強大的功能,例如類型檢查,具有Intellisense支持的出色工具和純粹的OOP範式。
該套件非常友好,並使用commlint,它帶有自動化的sementic-relese,並帶有GitHub ChangLog自動化一代。
該套件使用TS-Loader,它是WebPack,Fork-TS-Checker-Webpack-Plugin的打字稿加載程序,以獲得更好的性能,並為您提供Vue-Property-Decorator,以在VUE文件中獲得最大的影響。
我們假設您已安裝了所有先決條件
然後,您首先需要將存儲庫克隆到本地機器
git init
git clone https://github.com/gimyboya/NativeScript-Vue-Typescript-Starter-Kit.git完成後,您需要將遠程原點指向您自己的git存儲庫
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git然後安裝您的軟件包
# Install dependencies
npm install以下腳本可供您運行和構建應用程序
注意: <platform>可以是android或ios
# to commit your changes using commitizen (important)
npm run commit
# run you app
npm run run: < platform >
# clean run your app
npm run clean-run: < platform >
# run with hot module reloading
npm run watch: < platform >
# build your app
npm run build: < platform >
注意:此存儲庫是遵循Angularjs的“提交消息慣例”的委員會友好的,也稱為常規變更媒體。
歡迎捐款。