All Projects โ†’ vue-land โ†’ Create Vue App

vue-land / Create Vue App

Licence: mit
Create Vue apps with no build configuration.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Create Vue App

Bento Starter
๐Ÿฑ Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
Stars: โœญ 1,519 (+399.67%)
Mutual labels:  offline, pwa
Angularfire2 Offline
๐Ÿ”Œ A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
Stars: โœญ 209 (-31.25%)
Mutual labels:  offline, pwa
Notes
Offline-first notepad PWA
Stars: โœญ 163 (-46.38%)
Mutual labels:  offline, pwa
Next Offline
make your Next.js application work offline using service workers via Google's workbox
Stars: โœญ 1,306 (+329.61%)
Mutual labels:  offline, pwa
wordpress
Free PWA & SPA for Wordpress & Woocommerce
Stars: โœญ 103 (-66.12%)
Mutual labels:  pwa, offline
Ngx Pwa Offline
RxJS operator and other utils catching offline errors in Angular apps (= async pipe everywhere!)
Stars: โœญ 94 (-69.08%)
Mutual labels:  offline, pwa
Pwa Qr Code Scanner
Lightweight progressive web app for scanning QR codes offline
Stars: โœญ 188 (-38.16%)
Mutual labels:  offline, pwa
Community Modules
Stars: โœญ 1,258 (+313.82%)
Mutual labels:  offline, pwa
Jfa Pwa Toolkit
โšก๏ธ PWA Features to Any Website (very Fast & Easy)
Stars: โœญ 245 (-19.41%)
Mutual labels:  offline, pwa
React Firebase Admin
React โš›๏ธ starter kit with Firebase ๐Ÿ”ฅ and Bulma for setting up an admin dashboard - Highly scalable, PWA, Serverless
Stars: โœญ 232 (-23.68%)
Mutual labels:  offline, pwa
Offline Gallery
๐ŸŽˆ A 16kb Preact & Redux based Progressive Web App that offers an offline gallery experience of external images.
Stars: โœญ 90 (-70.39%)
Mutual labels:  offline, pwa
Android Pwa Wrapper
Android Wrapper to create native Android Apps from offline-capable Progressive Web Apps
Stars: โœญ 265 (-12.83%)
Mutual labels:  offline, pwa
Pwa Weather
Minimal Weather PWA: Offline, Push Notification and Web Payments
Stars: โœญ 89 (-70.72%)
Mutual labels:  offline, pwa
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: โœญ 1,867 (+514.14%)
Mutual labels:  offline, pwa
Pwastats
A directory of Progressive Web App case studies.
Stars: โœญ 88 (-71.05%)
Mutual labels:  offline, pwa
Magicpad
MagicPad is an encryption suite for beginners. It is designed to be run standalone via the browser or executable (Electron).
Stars: โœญ 174 (-42.76%)
Mutual labels:  offline, pwa
Nipp
๐ŸŽ’ Portable Programmable Text Convertor Hosted on URL: https://nwtgck.github.io/nipp
Stars: โœญ 64 (-78.95%)
Mutual labels:  offline, pwa
Flatris
Fast-paced two-player web game
Stars: โœญ 1,162 (+282.24%)
Mutual labels:  offline, pwa
Ember Service Worker
A pluggable approach to Service Workers for Ember.js
Stars: โœญ 227 (-25.33%)
Mutual labels:  offline, pwa
ambianic-ui
PWA for managing Ambianic Edge devices (smart cameras).
Stars: โœญ 32 (-89.47%)
Mutual labels:  pwa, offline

create-vue-app

NPM version NPM downloads CircleCI donate chat

Features

  • No config until you need, thanks to Poi.
    • Support all CSS preprocessors and CSS modules
    • Hot mode reloading
  • Unit tests with Jest with no config by default thanks to Tyu.
  • Progressive Web App by default, thanks to poi-preset-offline and offline-plugin.

Install

yarn global add create-vue-app

Usage

# Generate project in cwd
mkdir my-vue-app && cd my-vue-app
create-vue-app .

# Generate project in specific folder
create-vue-app my-vue-app
cd my-vue-app

Alternatively, if you have Yarn^0.24, you can use the yarn create command:

yarn create vue-app my-vue-app

Folder structure

.
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ index.ejs
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ poi.config.js
โ”œโ”€โ”€ src
โ”‚   โ”œโ”€โ”€ components
โ”‚   โ”‚   โ”œโ”€โ”€ App.test.js
โ”‚   โ”‚   โ””โ”€โ”€ App.vue
โ”‚   โ”œโ”€โ”€ index.js
โ”‚   โ””โ”€โ”€ polyfills.js
โ”œโ”€โ”€ static
โ”‚   โ””โ”€โ”€ favicon.ico
โ””โ”€โ”€ yarn.lock

Recipes

FAQ

Where are the docs?

This project is using Poi under the hood, so for most questions, hopefully go to this page and you will get the answer.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

create-vue-app ยฉ egoist, Released under the MIT License.
Authored and maintained by egoist with help from contributors (list).

egoistian.com ยท GitHub @egoist ยท Twitter @_egoistlily

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