Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ronbis/vscode-better-alpine
https://github.com/ronbis/vscode-better-alpine
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronbis/vscode-better-alpine
- Owner: RonBis
- License: mit
- Created: 2024-06-16T06:46:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T05:31:44.000Z (6 months ago)
- Last Synced: 2024-06-25T06:42:47.166Z (6 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`