nativescript-vue / vue-cli-plugin-nativescript-vue

A vue cli 3.x plugin for NativeScript-Vue
MIT License
138 stars 27 forks source link

Postcss removed #14

Closed codytooker closed 5 years ago

codytooker commented 5 years ago

It seems like this plugin removes the ability to use postcss is there a reason for this?

jawa-the-hutt commented 5 years ago

It was breaking things in the original development cycles spent getting this plugin going. I've added a commit to the dev branch that will hopefully address this.

Create a new vue project as normal and then install and invoke like this to test this out: npm install git+https://github.com/nativescript-vue/vue-cli-plugin-nativescript-vue/tree/dev npm invoke vue-cli-plugin-nativescript-vue

Once we have some validation it doesn't break things, i'll push to master and update the npm package.

jawa-the-hutt commented 5 years ago

Sorry, wrong install link for the dev branch. here's the correct one: npm install git+https://github.com/nativescript-vue/vue-cli-plugin-nativescript-vue.git#dev

jawa-the-hutt commented 5 years ago

Should be addressed in #19