hayashi-guraduate-2021
用法创建一个应用# with npm $ npm init nextron-app my-app --example with-typescript # with yarn $ yarn create nextron-app my-app --example with-typescript # with pnpx $ pnpx create-nextron-app my-app --example with-typescript安装依赖项$ cd my-app # using yarn or npm $ yarn (or `npm install`) # using pnpm $ pnpm install --shamefully-hoist用它# development mode $ yarn dev (or `npm run dev` or `pnpm run dev`)
437.23KB
文件大小:
评论区