Nextron v4 : 쉽게 Electron + Next.js

오늘 자이트가 Next.js v8을 출시해서 Nextron v4로 왔습니다 :)

https://nextjs.org/blog/next-8

넥스트론이란?



Nextron은 Next.js를 포함하는 전자 앱 생성기이며 Next.js를 사용하여 전자 렌더러 프로세스를 쉽게 처리할 수 있습니다.

# install nextron
$ npm install --global nextron@latest

현재 13개의 예제 템플릿이 있습니다.

# list all templates
$ nextron list

  Available examples:

    - custom-build-options
    - custom-server
    - custom-server-nodemon
    - custom-server-typescript
    - ipc-communication
    - parameterized-routing
    - store-data
    - with-javascript
    - with-javascript-ant-design
    - with-javascript-material-ui
    - with-typescript
    - with-typescript-less
    - with-typescript-material-ui

  USAGE

    $ nextron init my-app [--template example_folder_name]

  If you want to use "with-typescript-material-ui", just type the command below:

    $ nextron init my-app --template with-typescript-material-ui

사용법은 매우 간단합니다.

# generate an example
$ nextron init my-app --template with-typescript-material-ui

# install dependencies
$ cd my-app
$ yarn (or "npm install")

# development mode
$ yarn dev (or "npm run dev")

# production build
$ yarn build (or "npm run build")



넥스트론에 대한 나의 믿음


  • 웹 지식만으로 데스크탑 앱을 개발하는 방법을 보여줍니다.
  • 상시점검👍

  • 사용하기 쉬움
  • 하나의 명령으로 실행
  • build it one 명령

  • 투명성 유지(OSS 개발자에게 개방)
  • webpack.config.js, 전자 생산 빌드 구성 등과 같은 모든 소스를 보여줍니다
  • .


    넥스트론의 현황


  • 지난 9개월 동안 650개 이상의 커밋
  • 200개 이상의 릴리스( npm publish )
  • GitHub의 100명 이상의 stargazer
  • awesome-nextjs에 등재됨
  • PR 환영합니다!

  • 그런데...



    도쿄(일본)에서 일하고 있으며 AI(신경망) 번역 기계를 사용하는 .NET 또는 JavaScript(TypeScript) 앱을 개발하고 있습니다.

    우리의 임무는 외국어를 공부하는 모든 사람들을 돕는 것입니다.

    누구든지 우리와 함께하고 싶어?

    제 글을 읽어주셔서 감사합니다 :)

    좋은 웹페이지 즐겨찾기