varius official platform source code.
名前 | サイズ | Rev. | 日時 | 作者 | ログメッセージ |
---|---|---|---|---|---|
main | |||||
renderer | |||||
resources | |||||
.gitignore | 34 | 48e9918 | 2023-04-03 20:30:45 | NknightA | first |
README.md | 624 | 48e9918 | 2023-04-03 20:30:45 | NknightA | first |
electron-builder.yml | 233 | 48e9918 | 2023-04-03 20:30:45 | NknightA | first |
package-lock.json | 277.28 k | 48e9918 | 2023-04-03 20:30:45 | NknightA | first |
package.json | 781 | 48e9918 | 2023-04-03 20:30:45 | NknightA | first |
tsconfig.json | 541 | 48e9918 | 2023-04-03 20:30:45 | NknightA | first |
# with npx
$ npx create-nextron-app my-app --example with-tailwindcss
# with yarn
$ yarn create nextron-app my-app --example with-tailwindcss
# with pnpx
$ pnpx create-nextron-app my-app --example with-tailwindcss
$ 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`)
# production build
$ yarn build (or `npm run build` or `pnpm run build`)