https://github.com/acode-foundation/acode-plugin
Template for developing plugins for Acode editor.
https://github.com/acode-foundation/acode-plugin
Last synced: about 1 year ago
JSON representation
Template for developing plugins for Acode editor.
- Host: GitHub
- URL: https://github.com/acode-foundation/acode-plugin
- Owner: Acode-Foundation
- License: mit
- Created: 2022-07-10T11:11:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T04:17:35.000Z (about 1 year ago)
- Last Synced: 2025-04-03T16:13:33.321Z (about 1 year ago)
- Language: JavaScript
- Size: 2 MB
- Stars: 229
- Watchers: 7
- Forks: 65
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Acode plugin
Read acode plugin [documentation](https://acode.app/plugin-docs) to develop plugin for acode editor.
## Usage
Use this for debug build:
```
npm run dev
```
and this for production build:
```
npm run build
```
## How to parse/bundle scss file ?
You'll need to install one sass esbuild plugin and then just add that in `esbuild.config.mjs` at line 34