Skip to content

maksabuzyarov/webpack-vue-eslint-starter

Repository files navigation

Webpack frontend builder

license version

🚀 Webpack + Babel + ESLint + Vue 🔥


Features

Development with hot-reload

    npm run start

Build production

    npm run build

Build production with detailed stats

    npm run build-describe

ESLint check and fix

    npm run lint