Nextron v4 : 쉽게 Electron + Next.js
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")
넥스트론에 대한 나의 믿음
webpack.config.js
, 전자 생산 빌드 구성 등과 같은 모든 소스를 보여줍니다넥스트론의 현황
npm publish
) 그런데...
도쿄(일본)에서 일하고 있으며 AI(신경망) 번역 기계를 사용하는 .NET 또는 JavaScript(TypeScript) 앱을 개발하고 있습니다.
우리의 임무는 외국어를 공부하는 모든 사람들을 돕는 것입니다.
누구든지 우리와 함께하고 싶어?
제 글을 읽어주셔서 감사합니다 :)
Reference
이 문제에 관하여(Nextron v4 : 쉽게 Electron + Next.js), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/saltyshiomix/nextron-v4--electron--nextjs-with-ease-29pl텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)