Neutrino middlewares set for a quick Neutrino presets bootstrapping

Comments
  • Reoprt about unused modules

    Reoprt about unused modules

    Show unused files that didn't appear in dependency tree. May be only during production build

    Reference:

    • https://github.com/MatthieuLemoine/unused-webpack-plugin
    • https://www.npmjs.com/package/unused-modules-webpack-plugin
    • https://github.com/latentflip/webpack-unused
    feature 
    opened by constgen 0
  • Add licencies to production output

    Add licencies to production output

    new LicenseWebpackPlugin({
          perChunkOutput: false
    })
    
    

    Links:

    • https://www.npmjs.com/package/license-webpack-plugin
    • https://www.npmjs.com/package/webpack-license-plugin (?)
    • https://stackoverflow.com/questions/44002709/webpack-bundle-license-compliance
    feature 
    opened by constgen 0
  • Migrate CSS production minification solution to Neutrino core

    Migrate CSS production minification solution to Neutrino core

    Neutrino core has issues with CSS source maps in production. Contribute to the Neutrino core modules to replace their solution with mine

    See more https://github.com/NMFR/optimize-css-assets-webpack-plugin/issues?q=is%3Aissue+is%3Aopen+sourcemap

    opened by constgen 0
  • Image urls in JSX with ES export

    Image urls in JSX with ES export

    Related to https://github.com/xyyjk/babel-plugin-transform-jsx-url/issues/6

    Proposed solution is to generate

    require('path').default || require('path')
    or
    (function(r){ return r.default || r }(require('path')))
    

    Alternatives:

    • https://www.npmjs.com/package/babel-plugin-transform-react-jsx-img-import (but it has another issues)
    bug 
    opened by constgen 0
  • Size optimiztion

    Size optimiztion

    Solution:

    • https://github.com/lodash/babel-plugin-lodash
    • https://github.com/megawac/babel-plugin-ramda
    • https://www.npmjs.com/package/moment-locales-webpack-plugin
    feature 
    opened by constgen 0
Releases(v1.12.0)
Owner
Constantine Genchevsky
Constantine Genchevsky
Vue.js 2.x directive to set a default value for editable elements with no affect to the model state

vue-default-value A Vue.js Directive to set a default value for editable elements with no affect to the model state. Installation Via NPM Install the

Stanislav Termosa 17 Jul 30, 2020
Agnosticui - a set of UI primitives that start their lives in clean HTML and CSS

AgnosticUI is a set of UI primitives that start their lives in clean HTML and CS

null 547 Jan 4, 2023
Vue component to easily build (or use presets) SVG loading cards Facebook like.

Vue Content Loading Vue component to easily build or use presets for Facebook-like SVG loading cards. Inspired in React Content Loader So how does it

Lucas Leandro 760 Jan 3, 2023
Vue component to easily build (or use presets) SVG loading cards Facebook like.

Vue component to easily build (or use presets) SVG loading cards Facebook like.

Lucas Leandro 759 Nov 29, 2022
A quick demo on how to set up and use Vuex to create a events messaging system

A quick demo on how to set up and use Vuex to create a events messaging system

Metric Loop 9 Oct 5, 2022
Vue-svg-icon-set offers the tools necessary to create an optimized SVG icon set for Vue

vue-svg-icon-set vue-svg-icon-set offers the tools necessary to create an optimized SVG icon set for Vue ?? Why? ⚡️ Optimized SVG usage Prevent SVGs f

hiroki osame 8 Jul 17, 2022
A Vue2 plugin for input content suggestions, support using keyboard to navigate and quick pick, it make use experience like search engine input element

v-suggest A Vue2 plugin for input content suggestions, support using keyboard to navigate and quick pick, it make use experience like search engine in

Terry Zeng 74 Aug 27, 2022
Vue Tour is a lightweight, simple and customizable guided tour plugin for use with Vue.js. It provides a quick and easy way to guide your users through your application.

Vue Tour Vue Tour is a lightweight, simple and customizable tour plugin for use with Vue.js. It provides a quick and easy way to guide your users thro

Pulsar 2.2k Jan 5, 2023
Template for quick creation of Chrome extension on Vuejs hot reloading when developing.

Vue.js Webpack Chrome Extension Template Template for quick creation of Chrome extension on Vuejs hot reloading when developing. Installation: This bo

Wei-Liang Liou 109 Nov 29, 2022
An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.

The boilerplate for making electron applications built with vue (pretty much what it sounds like). Overview The aim of this project is to remove the n

Greg Holguin 15.2k Jan 4, 2023
Vue3 + Vite + WindiCSS (Tailwind) Boilerplate for quick starting your Vue3 app with full support for tailwind

Use this boilerplate to quickly start your Vue3 project with WindiCSS (TailwindCSS), using vite as the build tool. Run the development server git clon

Hasin Hayder 9 Aug 2, 2022
A quick template for those who wants to use Vue2 in a Laravel project along with the benefits coming from Inertia and Jetstream.

About the Template This template is an easy-to-use blank template for those who wants to develop in Laravel with InertiaJs, Vue2 and the massive capab

Furkan Meraloğlu 5 May 14, 2022
Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps.

Client-Side Vue.js Vue.js client-side for tiny, quick-loading, node.js-less Single Page Apps. Demo client-side-vue/ index.html - The entry-point for y

Justin Wash 6 Nov 24, 2022
⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools

Overview The boilerplate for making electron applications built with vue / nuxt. Currently runs with: Electron v12 Electron Builder v22 Vue v2 Nuxt v2

Michał Zarach 677 Dec 14, 2022
A Vue2 plugin for input content suggestions, support using keyboard to navigate and quick pick, it make use experience like search engine input element

v-suggest A Vue2 plugin for input content suggestions, support using keyboard to navigate and quick pick, it make use experience like search engine in

Terry Zeng 74 Aug 27, 2022
A small and quick proof-of-concept for a restaurant reservation mobile app

Infos A very small and quick proof-of-concept for a restaurant reservation mobile app. Build Process # install dependencies $ yarn install # dev serv

Tina Wang 1 Nov 22, 2022
A quick template to get you started using Headless WordPress

Headless Wordpress on the JAMstack A quick template to get you started using Headless WordPress Deploy this Template Click the "Deploy to Netlify" but

null 2 Jun 23, 2022
A quick way to start a web map application with Vue.js using MapLibre GL JS.

Vue.js map using MapLibre GL JS A quick way to start a web map application with Vue.js using MapLibre GL JS. A simple fullscreen map application is us

MapTiler 10 Sep 14, 2022
Simple, quick custom directive for handling currency format inside text inputs.

Vue-currency-directive Simple, quick custom directive for handling currency format inside text inputs. Compatible with Vue 2.x Demo/Playground Install

Mahmoud Zakaria 7 Nov 9, 2022
Saving Quick Notes - Vue, Vuex, Vue Router, Vue Composition API

Saving Quick Notes - Vue Project setup yarn install Compiles and hot-reloads for development yarn run serve Compiles and minifies for production yar

Karol Fabjańczuk 5 Mar 31, 2022