vue-webpack-typescript
                                
                                 vue-webpack-typescript copied to clipboard
                                
                                    vue-webpack-typescript copied to clipboard
                            
                            
                            
                        A Vue, Webpack, Typescript, Bootstrap setup with hot reload, dynamic imports, unit testing, code coverage, sass, uncss and bundling/minification.
Hi Mr. Levy, Thank you for building such an awesome boilerplate! I wanted to test this out for a project and thought I would be helpful to share the updates...
Hey, first of all awesome work on this template! I was wondering if there will be support for scoped styles in the future? Because `*.vue` files already natively support ``....
Create a fresh install of this boilerplate: ``` vue init ducksoupdev/vue-webpack-typescript example cd example npm install ``` Add the following to a file outside the `src` directory, for example `server/server.ts`...
I think we need to include this in index.html just before ending head tag. ``
These work, for Vue + Typescript + Webpack: 1) ./.storybook/config.js: ```ts import { configure } from '@storybook/vue' // automatically import all files ending in *.stories.js const req = require.context('../src/stories', true,...
Hi, As a wish of developing a multi micro-frontends applications, I discovered that the most elegant way of doing it, is to publish micro-frontends as npm packages, and use that...