All Projects → lmk123 → Webpack Boilerplate

lmk123 / Webpack Boilerplate

[DEPRECATED] Webpack with Vue.js boilerplate.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webpack Boilerplate

Webpack Common Shake
CommonJS Tree Shaker plugin for WebPack
Stars: ✭ 875 (+3025%)
Mutual labels:  webpack
Webpack Hashed Chunkids
a plugin to help webpack to generate unique chunk id based on unique module id
Stars: ✭ 15 (-46.43%)
Mutual labels:  webpack
Fe
前端 100 天,帮助 10W 人入门并进阶前端。
Stars: ✭ 907 (+3139.29%)
Mutual labels:  webpack
M Fe Boilerplates
Lucid & Futuristic Production Boilerplates For Frontend(Web) Apps, React/RN/Vue, with TypeScript(Optional), Webpack 4/Parcel, MobX/Redux 💫 多技术栈前端项目模板
Stars: ✭ 877 (+3032.14%)
Mutual labels:  webpack
Front End Canteen
你的前端食堂,吃好每一顿饭🍥
Stars: ✭ 878 (+3035.71%)
Mutual labels:  webpack
Gt React Scaffold
🥚A boilerplate for client apps of webpack, react, redux, router...
Stars: ✭ 15 (-46.43%)
Mutual labels:  webpack
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-57.14%)
Mutual labels:  webpack
Skyvow.github.io
🐶 My resume - 个人简历
Stars: ✭ 27 (-3.57%)
Mutual labels:  webpack
Elm Webpack Starter
Boilerplate for developing Elm apps on Webpack
Stars: ✭ 884 (+3057.14%)
Mutual labels:  webpack
Google Apps Script Template
A starting point for google apps script projects for transpilation, editing and deployment
Stars: ✭ 20 (-28.57%)
Mutual labels:  webpack
Webpack Dev Server
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
Stars: ✭ 7,250 (+25792.86%)
Mutual labels:  webpack
Fe Space
Share a question or topic every day
Stars: ✭ 14 (-50%)
Mutual labels:  webpack
React Ssr Starter
All have been introduced React environment
Stars: ✭ 20 (-28.57%)
Mutual labels:  webpack
Tvrboreact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-53.57%)
Mutual labels:  webpack
That React App You Want
That react app you always wanted: [email protected], [email protected], postCSS, purifycss, dll's and code splitting examples, bregh. Highly opinionated but you better like it.
Stars: ✭ 27 (-3.57%)
Mutual labels:  webpack
Svelte Redux Shopping Cart
Example Shopping Cart App using Svelte, Redux, and Webpack
Stars: ✭ 13 (-53.57%)
Mutual labels:  webpack
Vue Multipage
Vue 多页面项目模板
Stars: ✭ 15 (-46.43%)
Mutual labels:  webpack
Thread Loader
Runs the following loaders in a worker pool
Stars: ✭ 945 (+3275%)
Mutual labels:  webpack
React Scaffold
The best scaffold for React
Stars: ✭ 27 (-3.57%)
Mutual labels:  webpack
Electron Webpack Preact
Simple Boilerplate for Electron 🖥️ Preact ⚛️ Webpack ⚡
Stars: ✭ 20 (-28.57%)
Mutual labels:  webpack

Deprecated, use Vue CLI instead.

Webpack With Vue.js Boilerplate

This is a Webpack + Vue.js boilerplate that heavy inspired by vuejs-templates/webpack with these features:

...and other little improve.

Usage

  1. Clone this template use Git or download it.
  2. Install dependencies: npm install

Now you have three commands:

Trouble-shooting

This boilerplate use Sass by default so I specified node-sass and sass-loader in package.json, but if you want use less or stylus, you need install then by yourself:

npm install less-loader --save-dev
npm install stylus-loader --save-dev

FOR CHINESE USER: 如果你在安装 node-sass 时遇到问题,请参考这篇文章解决:安装 node-sass 的正确姿势

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].