webpack icon indicating copy to clipboard operation
webpack copied to clipboard

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.

Results 103 webpack issues
Sort by recently updated
recently updated
newest added

To reproduce just generate a new project using `vue init webpack my-project` and choose Jest as the test suite. Then run `npm run unit` and it will fail with error...

In my app.vue, I include a `main.scss`: ``` @import 'scss/main'; ``` In the `main.scss`, I include partials, like this: ``` // Partials @import "partials/*" ``` This results in an error,...

**My code:** '/api': { target: '**************', changeOrigin: true, pathRewrite: { '^/api': '/api' } _Originally posted by @Sathish1390 in https://github.com/vuejs-templates/webpack/issues/465#issuecomment-427735010_

Environment ------------ MacOS 10.13.6 node --version // tested with v9.8.0 and v10.8.0 npm --version // 5.6.0 and 6.3.0 vue --version // 3.0.0-rc.10 Steps to reproduce ------------------ vue create test2 cd...

![screen shot 2019-01-09 at 8 09 35 pm](https://user-images.githubusercontent.com/11952506/50919070-8ac7dc00-144a-11e9-83ad-d1afb6c0f821.png)

[PhantomJS is no longer maintained anymore](https://groups.google.com/forum/#!topic/phantomjs/9aI5d-LDuNE)

Dear all, "Vue-cli 3 is here, so this template is now considered deprecated." Where we can find the new repo github with vue-cli 3 ? Thanks

updae my template demo

i'am looking for a way to send notifications in a vue application using firestore FCM

Is there a way for compiling vue or babel made es5 code in run-time then executing it?