auto-updater-example

1.0.6 • Public • Published

Usage

Create an App

# with npx
$ npx create-nextron-app my-app --example with-typescript-tailwindcss

# with yarn
$ yarn create nextron-app my-app --example with-typescript-tailwindcss

# with pnpx
$ pnpx create-nextron-app my-app --example with-typescript-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`)

Readme

Keywords

none

Package Sidebar

Install

npm i auto-updater-example

Weekly Downloads

0

Version

1.0.6

License

none

Unpacked Size

672 kB

Total Files

33

Last publish

Collaborators

  • rcadosantos