Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ronbis/vscode-better-alpine


https://github.com/ronbis/vscode-better-alpine

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# vscode-better-alpine [🚧WIP🚧]
A VS Code extension for better Alpine.js support.

## Tools

- pnpm: monorepo support
- esbuild: bundle extension

## Running the Sample

- Run `pnpm install` in this folder. This installs all necessary npm modules in both the client and server folder
- Open VS Code on this folder.
- Press Ctrl+Shift+B to compile the client and server.
- Switch to the Debug viewlet.
- Select `Launch Client` from the drop down.
- Run the launch config.
- If you want to debug the server as well use the launch configuration `Attach to Server`