All Projects → ducksoupdev → Vue Webpack Typescript

ducksoupdev / Vue Webpack Typescript

A Vue, Webpack, Typescript, Bootstrap setup with hot reload, dynamic imports, unit testing, code coverage, sass, uncss and bundling/minification.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Vue Webpack Typescript

React Base
atSistemas React/Redux Isomorphic Platform
Stars: ✭ 82 (-87.89%)
Mutual labels:  webpack3, mocha
Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: ✭ 195 (-71.2%)
Mutual labels:  mocha, vuejs2
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (+32.35%)
Mutual labels:  webpack3, vuejs2
generator-speedseed
Oriented to components, allow create/choice template, multiple configuration with easy maintenance
Stars: ✭ 13 (-98.08%)
Mutual labels:  mocha, webpack3
react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (-96.9%)
Mutual labels:  mocha, webpack3
Cadence Web
Web UI for visualizing workflows on Cadence
Stars: ✭ 261 (-61.45%)
Mutual labels:  mocha, vuejs2
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-97.19%)
Mutual labels:  mocha, webpack3
Markcook
A smart and beautiful markdown editor.
Stars: ✭ 547 (-19.2%)
Mutual labels:  webpack3, vuejs2
Oui
A modern web interface for OpenWrt implemented in vue.js and Lua.
Stars: ✭ 594 (-12.26%)
Mutual labels:  vuejs2
Vue Virtual Scroller
⚡️ Blazing fast scrolling for any amount of data
Stars: ✭ 6,326 (+834.42%)
Mutual labels:  vuejs2
Underconstruction
This Laravel 8 package makes it possible for you to set your website in "Under Construction" mode. Only users with the correct 4 (or more) digit code can access your site. 🔥 💥 🔥
Stars: ✭ 549 (-18.91%)
Mutual labels:  vuejs2
Node Express Mongodb Jwt Rest Api Skeleton
This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API). Demo of frontend in VueJS here: https://github.com/davellanedam/vue-skeleton-mvp
Stars: ✭ 603 (-10.93%)
Mutual labels:  mocha
Vue Burger Menu
🍔 An off-canvas sidebar Vue component - https://vue-burger-menu.netlify.com/
Stars: ✭ 648 (-4.28%)
Mutual labels:  vuejs2
Vue Parallax
🌌 Vue.js component for parallax image scroll effects
Stars: ✭ 569 (-15.95%)
Mutual labels:  vuejs2
Webpack Simple Starter
A simple webpack starter without framework (Like Vue, React, Angular, etc.)
Stars: ✭ 661 (-2.36%)
Mutual labels:  webpack3
Vue Local Storage
Vue.js localStorage plugin with types support
Stars: ✭ 639 (-5.61%)
Mutual labels:  vuejs2
React Progressive Web App
An opinionated React based repository which is optimized for Progressive Web App development.
Stars: ✭ 548 (-19.05%)
Mutual labels:  mocha
Vue Hotel Datepicker
Vue date range picker component
Stars: ✭ 665 (-1.77%)
Mutual labels:  vuejs2
Vuex I18n
Localization plugin for vue.js 2.0 using vuex as store
Stars: ✭ 657 (-2.95%)
Mutual labels:  vuejs2
Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (-6.94%)
Mutual labels:  vuejs2

webpack-typescript

A Vue 2.5, Webpack 3.10, Typescript 2.7, Bootstrap 4.0 setup with hot reload, dynamic imports, unit testing, code coverage, sass and bundling/minification.

See the changelog for updates.

Usage

This is a project template for vue-cli < 3.x.

$ npm install -g vue-cli
$ vue init ducksoupdev/vue-webpack-typescript my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

  • npm run dev: Webpack + Typescript with config for source maps & hot-reload
  • npm test: Mocha unit tests
  • npm run test:debug: Debug Mocha unit tests in Chrome
  • npm run test:watch: Fast feedback Mocha unit tests with hot-reload
  • npm run coverage: Karma coverage reporter
  • npm run lint: Lint all Typescript files
  • npm run build: build with HTML/CSS/JS minification, code splitting and icon generation
  • npm run ci:teamcity: Teamcity CI integration
  • npm run ci:jenkins: Jenkins CI integration
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].