All Projects → marcosmoura → vue-boilerplate

marcosmoura / vue-boilerplate

Licence: MIT license
An opinionated Vue.js 2 boilerplate with Vue Router, AVA and Istanbul

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-boilerplate

RecordingSample
Recording Sample by React Native
Stars: ✭ 27 (+0%)
Mutual labels:  ava, istanbul
Hare
🐇 Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js
Stars: ✭ 258 (+855.56%)
Mutual labels:  scaffold, ava
Create Ava
Add AVA to your project
Stars: ✭ 14 (-48.15%)
Mutual labels:  scaffold, ava
Ibiu
Build Vue Spa Faster 🍏 🍔 🍜
Stars: ✭ 144 (+433.33%)
Mutual labels:  scaffold
Materials
官方精品物料仓库
Stars: ✭ 159 (+488.89%)
Mutual labels:  scaffold
Generator Chrome Extension Kickstart
Scaffold out a Web Extension http://yeoman.io
Stars: ✭ 232 (+759.26%)
Mutual labels:  scaffold
WeTrident
一站式App开发套件,帮助开发者快速开发可正式上线运营的App。
Stars: ✭ 121 (+348.15%)
Mutual labels:  scaffold
Create React Component Folder
Creates react component folder structure
Stars: ✭ 139 (+414.81%)
Mutual labels:  scaffold
dddplus-archetype-demo
♨️ Using dddplus-archetype build a WMS in 5 minutes. 5分钟搭建一个仓储中台WMS!
Stars: ✭ 56 (+107.41%)
Mutual labels:  scaffold
Abyss
🔬 Assemble large genomes using short reads
Stars: ✭ 219 (+711.11%)
Mutual labels:  scaffold
Miniscaffold
F# Template for creating and publishing libraries targeting .NET 5.0 `net5.0` or console apps .NET 5.0 `net5.0`.
Stars: ✭ 193 (+614.81%)
Mutual labels:  scaffold
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (+533.33%)
Mutual labels:  scaffold
Scaffdog
🐶 scaffdog is Markdown driven scaffolding tool.
Stars: ✭ 237 (+777.78%)
Mutual labels:  scaffold
Generator Standard Readme
Scaffold out a Standard Readme
Stars: ✭ 150 (+455.56%)
Mutual labels:  scaffold
revue
Revue provides a helpful interface for testing Vue components
Stars: ✭ 16 (-40.74%)
Mutual labels:  ava
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (+425.93%)
Mutual labels:  scaffold
Responsive scaffold
Responsive Scaffold - On mobile it shows a list and pushes to details and on tablet it shows the List and the selected item. Maintainer: @rodydavis
Stars: ✭ 238 (+781.48%)
Mutual labels:  scaffold
Webpack Cli
webpack CLI provides the interface of options webpack uses in its configuration file. The CLI options override options passed in the configuration file.
Stars: ✭ 2,270 (+8307.41%)
Mutual labels:  scaffold
Tooling
🧰 Up-to-date list of JavaScript and TypeScript tooling resources
Stars: ✭ 181 (+570.37%)
Mutual labels:  scaffold
React Multi Page App
🍡 react multi page app/react多页面应用
Stars: ✭ 226 (+737.04%)
Mutual labels:  scaffold

vue-boilerplate

An opinionated Vue.js boilerplate

Progress

  • Webpack 2
  • ESLint
  • ESLint Standard
  • Vue.js
  • Vuex
  • Vuex Router Sync
  • Vue Router
  • Vue i18n
  • Fetch API
  • Hotreload
  • SASS with Autoprefixer
  • AVA Tests
  • Code Coverage
  • Offline Support
  • Pre Rendered HTML routes
  • Server-Side Rendering

Installation

### Install dependencies
yarn

### Start dev server with hot reload
yarn run dev

### Build everything
yarn run build

### Lint files
yarn run lint

### Run the tests
yarn run test

### Check the coverage
yarn run coverage

License

MIT

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