Skip to content

Commit

Permalink
wip: css asset url rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 17, 2020
1 parent d1def7d commit 7680773
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/plugin-vue/README.md
@@ -0,0 +1,16 @@
# @vitejs/plugin-vue

Note: requires `@vue/compiler-sfc` as peer dependency. This is largely a port of `rollup-plugin-vue` with some vite-specific tweaks.

```js
// vite.config.js
import vue from '@vitejs/plugin-vue'

export default {
plugins: [vue()]
}
```

## License

MIT

0 comments on commit 7680773

Please sign in to comment.