• R/O
  • HTTP
  • SSH
  • HTTPS

Source Tree

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

varius official platform source code.


Name Size Rev. Time Author Log Message
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

README.md

Usage

Create an App

# 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

Install Dependencies

$ cd my-app

# using yarn or npm
$ yarn (or `npm install`)

# using pnpm
$ pnpm install --shamefully-hoist

Use it

# development mode
$ yarn dev (or `npm run dev` or `pnpm run dev`)

# production build
$ yarn build (or `npm run build` or `pnpm run build`)