You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -287,11 +287,13 @@ Via API:
287
287
browserify('./main.js')
288
288
.transform('vueify')
289
289
.plugin('vueify/plugins/extract-css', {
290
-
out:'dist/bundle.css'
290
+
out:'dist/bundle.css'// can also be a WritableStream
291
291
})
292
292
.bundle()
293
293
```
294
294
295
+
This only works for vueify 9+. For Vue 1.x / vueify 8.x you can use [vueify-extract-css](https://github.com/rawcreative/vueify-extract-css).
296
+
295
297
## Compiler API
296
298
297
299
The compiler API (originally `vue-component-compiler`) is also exposed:
0 commit comments