An open API service indexing awesome lists of open source software.

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.

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