1.2.10 • Published 2 years ago

slue-vue-compiler v1.2.10

Weekly downloads
2
License
ISC
Repository
-
Last release
2 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

2 years ago

1.2.9

4 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.6

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago