Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zvecr/vue-ahk
Online Drag-and-Drop editor for AutoHotkey scripts
https://github.com/zvecr/vue-ahk
ahk2exe autohotkey
Last synced: 3 months ago
JSON representation
Online Drag-and-Drop editor for AutoHotkey scripts
- Host: GitHub
- URL: https://github.com/zvecr/vue-ahk
- Owner: zvecr
- License: mit
- Created: 2019-04-25T23:12:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:46:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T03:12:43.247Z (almost 2 years ago)
- Topics: ahk2exe, autohotkey
- Language: JavaScript
- Homepage: http://ahk.zvecr.com/
- Size: 6.88 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-ahk
> Online Drag-and-Drop editor for AutoHotkey scripts[![Build Status](https://travis-ci.org/zvecr/vue-ahk.svg?branch=master)](https://travis-ci.org/zvecr/vue-ahk)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7be067bb06f24eb5b8d67a50971e8f78)](https://app.codacy.com/app/zvecr/vue-ahk?utm_source=github.com&utm_medium=referral&utm_content=zvecr/vue-ahk&utm_campaign=Badge_Grade_Dashboard)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=zvecr/vue-ahk)](https://dependabot.com)Drag-and-Drop Blockly based editor for creating simple AutoHotkey scripts.
![screencast](./public/screencast.gif)
For the Compile service, see the [zvecr/rest-ahk](https://github.com/zvecr/rest-ahk) project.
## Development
For convenience a `.nvmrc` file has been provided at the root of the project directory.### Project setup
```bash
npm install
```### Compiles and hot-reloads for development
```bash
npm run serve
```### Compiles and minifies for production
```bash
npm run build
```### Run your tests
```bash
npm run test
```### Lints and fixes files
```bash
npm run lint
```