NID-kt / DevChum

技育CAMP Vol.4で制作するChrome拡張機能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Extension Template with Next.js

Description

build a chrome extension with next.js

npm run export

Usage

If you want to use the ChromeAPI, you will need to use dynamic import.

If you get webpack errors during the build, please change the import path in /src/scripts to a relative path.

If you are not using the ChromeAPI, you can develop with npm run dev

Follow Next.js for routing.

Select /extensions.

TODO

If you are using the ChromeAPI, you have to npm run export every time you want to check, which is not very efficient for development.

About

技育CAMP Vol.4で制作するChrome拡張機能


Languages

Language:TypeScript 91.1%Language:JavaScript 7.5%Language:CSS 0.8%Language:Dockerfile 0.7%