https://github.com/paulpflug/vue-compiler
a simple cli wrapper around the vue-component-compiler
https://github.com/paulpflug/vue-compiler
Last synced: about 1 month ago
JSON representation
a simple cli wrapper around the vue-component-compiler
- Host: GitHub
- URL: https://github.com/paulpflug/vue-compiler
- Owner: paulpflug
- Created: 2015-07-03T18:03:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T11:48:19.000Z (over 8 years ago)
- Last Synced: 2025-06-03T15:49:30.924Z (6 months ago)
- Language: CoffeeScript
- Size: 14.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-cn - vue-compiler ★2 - A simple CLI wrapper around vueify (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Development Tools)
- awesome-vuejs - vue-compiler - A simple CLI wrapper around vueify (Awesome Vue.js / Development Tools)
- awesome-vue - vue-compiler - a simple cli wrapper around the vue-component-compiler (Utilities [🔝](#readme))
- awesome-vue-refactor - vue-compiler ★2
- awesome-vue-zh - Vue编译 - 围绕vue-component-compiler的简单cli包装器. (公用事业 / 资产管理)
- awesome-vue - vue-compiler ★8 - A simple cli wrapper around the vue-component-compiler. (Utilities / Asset Management)
- awesome-vue - vue-compiler - A simple cli wrapper around the vue-component-compiler. (Utilities / Asset Management)
- awesome-vue - vue-compiler - A simple cli wrapper around the vue-component-compiler. (Components & Libraries / Utilities)
README
# DEPRECATED
# vue-compiler
a simple cli wrapper around the vue-component-compiler.
Includes no supported languages.
## Install
```sh
npm install --save-dev vue-compiler
# vue@1.0
npm install --save-dev vue-compiler@1
```
## Usage
```
Usage: vue-compiler [options]
Options:
-h, --help output usage information
-V, --version output the version number
--out out
```
## Example
```sh
vue-compiler --out test/ test/test.vue
```
## dependencies
#### script
```sh
# babel
npm install --save-dev babel-core babel-runtime babel-preset-es2015 babel-plugin-transform-runtime
# coffee-script
npm install --save-dev coffee-script
```
#### template
```sh
# pug
npm install --save-dev pug
```
#### style
```sh
# when using any style
npm install --save vueify-insert-css
# less
npm install --save-dev less
# sass
npm install --save-dev node-sass
# stylus
npm install --save-dev stylus
```
#### hot reloading
```sh
npm install --save-dev vue-hot-reload-api
```
## Changelog
- 2.0.0
now compatible with vue 2.0.0
- 1.0.0
same as 0.3.0
## License
Copyright (c) 2015 Paul Pflugradt
Licensed under the MIT license.