A chrome extension made in Vue.js project sample.
# install dependencies
> npm install
# Generate an extension file for development.
> npm run build
Now, Go to "chrome://extensions/" and load (unpacked extension...) the "extension-src" folder.
You can develop from now on extension.
You need to generate your private key file.
-
Go to "chrome://extensions/" and Pack extension.
-
Root dir is "extension-src" selected and Private Key is blank. Now Press OK.
# make .crx file
> npm run makefile
- Check output folder.
# make .crx file
> npm run build-watch
# make .crx file
> npm run makefile-watch
Vue.js 크롬 확장프로그램 프로젝트 샘플입니다.
# install dependencies
> npm install
# 크롬 확장 프로그램을 개발할 수 있도록 파일을 만듭니다.
> npm run build
이제 크롬의 "chrome://extensions/" 으로가서 (압축해제된 확장프로그램) 버튼을 눌러 "extension-src" 폴더를 불러옵니다
여기서부터는 이제 확장프로그램을 개발할 수 있습니다.
프로젝트마다, 개인 키 파일이 필요한데요.
-
"chrome://extensions/" (확장프로그램 압축)을 눌러요.
-
루트 디렉토리는 "extension-src" 선택하고, 개인키는 비워두고 OK 누르면 됩니다.
# make .crx file
> npm run makefile
- "output" 폴더 확인해보세요.
# make .crx file
> npm run build-watch
# make .crx file
> npm run makefile-watch