1.2.10 • Published 4 years ago

slue-vue-compiler v1.2.10

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

slue-vue-compiler

The slue plugin to compile vue。

const slue = require('slue');
const slueVueCpmpiler = require('slue-vue-compiler');

slue.read('./test/app.vue')
    .pipe(slueVueCpmpiler())
    .pipe(slue.write('./test/dist/', {
        ext: '.js',
        filename: 'app'
    }));
1.2.10

4 years ago

1.2.9

5 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago