Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 467 Bytes

snowpack-plugin-vue-2

A Vue 2 plugin for snowpack, based on @snowpack/vue-plugin and vue-loader

Running test

To be able to run test folder without dependency issues, we first need to pack plugin as tgz:

npm pack
cd test
npm install
npm start