All Projects → villeristi → Vue.js Starter Template

villeristi / Vue.js Starter Template

Licence: mit
A starter template for Vue.js projects

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects

Projects that are alternatives of or similar to Vue.js Starter Template

Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-90.26%)
Mutual labels:  webpack, babel, starter-template, yarn
Front End Guide
📚 Study guide and introduction to the modern front end stack.
Stars: ✭ 14,073 (+5170.79%)
Mutual labels:  webpack, babel, yarn
Great Big Example Application
A full-stack example app built with JHipster, Spring Boot, Kotlin, Angular 4, ngrx, and Webpack
Stars: ✭ 899 (+236.7%)
Mutual labels:  webpack, starter-template, yarn
Slinky
A light-weight, responsive, mobile-like navigation menu plugin
Stars: ✭ 649 (+143.07%)
Mutual labels:  webpack, babel, yarn
Js Stack Boilerplate
Final boilerplate code of the JavaScript Stack from Scratch tutorial –
Stars: ✭ 145 (-45.69%)
Mutual labels:  webpack, babel, yarn
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: ✭ 1,374 (+414.61%)
Mutual labels:  webpack, babel, yarn
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+26.97%)
Mutual labels:  webpack, babel, yarn
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (-67.04%)
Mutual labels:  webpack, babel, yarn
Preact Minimal
🚀 Minimal preact structure
Stars: ✭ 136 (-49.06%)
Mutual labels:  webpack, babel, yarn
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (-41.57%)
Mutual labels:  webpack, babel, yarn
React Expressjs
Simple and compact boilerplate for ReactJS project with expressJS
Stars: ✭ 208 (-22.1%)
Mutual labels:  webpack, babel
React Isomorphic Starterkit
Create an isomorphic React app in less than 5 minutes
Stars: ✭ 2,326 (+771.16%)
Mutual labels:  webpack, babel
Electron Vue
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.
Stars: ✭ 14,610 (+5371.91%)
Mutual labels:  webpack, babel
Embeddable React Widget
Create an embbedable js widget with react
Stars: ✭ 222 (-16.85%)
Mutual labels:  webpack, babel
Xdm
a modern MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins
Stars: ✭ 206 (-22.85%)
Mutual labels:  webpack, babel
React Course
Code for ui.dev's "React" course
Stars: ✭ 2,457 (+820.22%)
Mutual labels:  webpack, babel
Static Html Webpack Boilerplate
🔮 modern tooling for old-school static webpage development
Stars: ✭ 226 (-15.36%)
Mutual labels:  webpack, babel
Hare
🐇 Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js
Stars: ✭ 258 (-3.37%)
Mutual labels:  babel, yarn
Js Library Boilerplate
Javascript Starter Boilerplate - Webpack 4, Babel 7, UMD, Hot Reloading, and more
Stars: ✭ 202 (-24.34%)
Mutual labels:  webpack, babel
Frontend Boilerplate
An ES20XX starter with common frontend tasks using Webpack 4 as module bundler and npm scripts as task runner.
Stars: ✭ 224 (-16.1%)
Mutual labels:  webpack, babel

Vue.js starter template

A bare-bones starter-template to get your hands dirty with awesome Vue.js library.

Built with:

Getting started

  1. Be sure you have Yarn installed globally.
  2. Clone the repo & run yarn from the project root

Single File Components

See instructions for example usage of single file components.

Available commands

yarn start

Runs the Webpack module-bundler, starts watching for changes & launches the BrowserSync server to http://localhost:3000 (it's possible to change the port from package.json config-section). Uses Webpack Dashboard

Note! Webpack handles all the reloading stuff while BrowserSync just proxies the default webpack-port (8080) giving the possibility to connect to dev-server from multiple devices: BrowserSync

yarn lint:js

Lints javascript-files inside /src directory

yarn build

Runs the webpack module-bundler with production-settings (compress etc.) and builds the project to /build directory.

Demo

Navigate to https://vue-starter.ville.io/ and see the awesomeness IRL

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].