Skip to content

keyding/vite-crx-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite Crx Vue

Chrome extension development template based on Vite, Vue.js and rollup-plugin-chrome-extension.

Usage

$ npx degit keyding/vite-crx-vue new-project

Preferred package manager is pnpm, but npm or Yarn should work.

Install

# /new-project

# pnpm (recommend)
pnpm install

# npm
npm install

# yarn
yarn install

Development

# The compiled directory is /dist. 
# Then add the extension to Chrome
pnpm dev

Build

# build and zip. 
# The release directory is /releases
pnpm build
# bump version, build and zip.
# The release directory is /releases
pnpm release

Features

For more please refer to Vite, Vue.js and rollup-plugin-chrome-extension.

🙏 Thank to Vite, Vue.js and rollup-plugin-chrome-extension.

About

Chrome extension development template based on Vite and Vue.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published