https://github.com/paulpflug/vue-autocompile
Auto compile vue file on save
https://github.com/paulpflug/vue-autocompile
Last synced: 9 months ago
JSON representation
Auto compile vue file on save
- Host: GitHub
- URL: https://github.com/paulpflug/vue-autocompile
- Owner: paulpflug
- License: mit
- Created: 2015-07-03T18:26:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T17:21:45.000Z (over 9 years ago)
- Last Synced: 2025-02-28T14:06:31.426Z (9 months ago)
- Language: CoffeeScript
- Size: 8.79 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-vue-zh - VU-AutoCuliel.Auth.IO - 在保存时自动编译Vue文件. (叫研发工具组 / 源代码编辑)
- awesome-vue - vue-autocompile@atom.io - Auto compile vue file on save ` 📝 5 years ago` (Dev Tools [🔝](#readme))
- awesome-vue - vue-autocompile@atom.io - Auto compile vue file on save. (Components & Libraries / Dev Tools)
- awesome-vue - vue-autocompile@atom.io ★5 - Auto compile vue file on save. (Dev Tools / Source Code Editing)
- awesome-vue - vue-autocompile@atom.io - Auto compile vue file on save. (Dev Tools / Source Code Editing)
README
# vue-autocompile package
Auto compile vue file on save.
---
Add the parameters on the first line of the vue file.
```
out (string): relative path to html file to create
hot (bool): should it contain vue-hot-reload-api (default:false)
```
```
// out: .
```
```
// out: ../build/
```
```
// out: . ,hot: true
```
Uses the vue-compiler installation of your current project, but falls back to its own vue-compiler installation if there is none. Never uses a global one.
Vue-compiler is called over its own cli, so it runs in node and not in atom.
## License
Copyright (c) 2015 Paul Pflugradt
Licensed under the MIT license.