Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulpflug/vue-compiler
a simple cli wrapper around the vue-component-compiler
https://github.com/paulpflug/vue-compiler
Last synced: 16 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T11:48:19.000Z (over 7 years ago)
- Last Synced: 2024-10-11T06:29:48.719Z (about 1 month ago)
- Language: CoffeeScript
- Size: 14.6 KB
- Stars: 8
- Watchers: 2
- 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 [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Development Tools)
- awesome-vuejs - vue-compiler - A simple CLI wrapper around vueify (Awesome Vue.js / Development Tools)
README
# DEPRECATED
# vue-compilera simple cli wrapper around the vue-component-compiler.
Includes no supported languages.## Install
```sh
npm install --save-dev vue-compiler
# [email protected]
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.