1.1.1 • Published 5 years ago

twxm v1.1.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

twxm

    基於Typescript、Less和Gulp開發微信小程序的腳手架

            twxm name
    其中:
            name 表示應用程序名稱 其由字母和數字組成且首字符必須是字母

    第一步: 全局安裝twxm命令
            npm install -g twxm

    第二步: 創建應用程序並進入其目錄
            mkdir test ## test是應用程序名稱 若目錄已存在則忽略

    第三步: 創建應用程序源代碼
            twxm test ## test是應用程序名稱 原則上同上述目錄名

    第四步: 安裝依賴並運行開發模式
            npm install
            npm run dev ## 生成微信小程序的JS和WXSS文件

    第五步: 使用微信小程序開發工具編譯調試並發佈
1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago