All Projects → noveogroup-amorgunov → parcel-vuejs-starterkit

noveogroup-amorgunov / parcel-vuejs-starterkit

Licence: other
⚡ parcel-bundle + vuejs + vue-router demo

Programming Languages

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

Projects that are alternatives of or similar to parcel-vuejs-starterkit

Purescript React Realworld
A real-world application demonstrating PureScript and React
Stars: ✭ 81 (+523.08%)
Mutual labels:  parcel
Parcel Plugin Vue
⚠️ parcel-bundler/parcel @1.7.0 support Vue Now. This plugin will be not recommended.
Stars: ✭ 213 (+1538.46%)
Mutual labels:  parcel
serialization-parcelable
Android Parcelable support for the Kotlinx Serialization library.
Stars: ✭ 53 (+307.69%)
Mutual labels:  parcel
Svelte Template
🚧 An easy-to-use Svelte template! (Svelte + Typescript + Parcel + Express) 2020
Stars: ✭ 88 (+576.92%)
Mutual labels:  parcel
Rust Webapp Starter
Rust single page webapp written in actix-web with vuejs.
Stars: ✭ 151 (+1061.54%)
Mutual labels:  parcel
Harold
Compares frontend project bundles
Stars: ✭ 241 (+1753.85%)
Mutual labels:  parcel
Parcel Plugin Sw Precache
A Parcel plugin for generating a service worker that precaches resources.
Stars: ✭ 70 (+438.46%)
Mutual labels:  parcel
svelte-box
A truffle box for svelte
Stars: ✭ 60 (+361.54%)
Mutual labels:  parcel
15 Puzzle
The 15-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing, built in react
Stars: ✭ 161 (+1138.46%)
Mutual labels:  parcel
parcel-plugin-externals
Parcel plugin for declaring externals. These externals will not be bundled. 📦
Stars: ✭ 47 (+261.54%)
Mutual labels:  parcel
Peerjs
Simple peer-to-peer with WebRTC
Stars: ✭ 9,888 (+75961.54%)
Mutual labels:  parcel
Fast
Develop, build, deploy, redeploy, and teardown frontend projects fast.
Stars: ✭ 126 (+869.23%)
Mutual labels:  parcel
react-redux-boilerplate
A React boilerplate based on Redux, React Router, styled components and Parcel
Stars: ✭ 62 (+376.92%)
Mutual labels:  parcel
Compiled
A familiar and performant compile time CSS-in-JS library for React.
Stars: ✭ 1,235 (+9400%)
Mutual labels:  parcel
purescript-parcel-example
An example of how PureScript outputs are just CommonJS modules that you can use in any way you want.
Stars: ✭ 19 (+46.15%)
Mutual labels:  parcel
Template.js
A javascript template engine, simple, easy & extras, support webpack, rollup, parcel, browserify, fis and gulp
Stars: ✭ 1,201 (+9138.46%)
Mutual labels:  parcel
Parcel Plugin Svelte
A parcel plugin that enables svelte support
Stars: ✭ 214 (+1546.15%)
Mutual labels:  parcel
auto-parcel
A fast annotation processor to make your objects `Parcelable` without writing any of the boilerplate.
Stars: ✭ 80 (+515.38%)
Mutual labels:  parcel
twitch-extension-starter
Kickstarts your Twitch Extension using React
Stars: ✭ 38 (+192.31%)
Mutual labels:  parcel
parcel-vue-demo
📦 parcel demo/example for vue
Stars: ✭ 19 (+46.15%)
Mutual labels:  parcel

parcel-vuejs-starterkit

parcel - fast, zero configuration web application bundler. Here is examle of usign parcel with vuejs.

https://github.com/airbnb/javascript https://www.npmjs.com/package/parcel-vuejs-starterkit https://www.npmjs.com/package/parcel-vuejs-starterkit https://www.npmjs.com/package/parcel-vuejs-starterkit

Usage

Install dependencies. parcel-bundler is main tool. Using parcel-plugin-vue this plugin will generate code through vueify.

$ npm install

Just run npm run dev or npm run build for development and build. public-url is equivalent to the resource's reference path.

$ npm run dev # watch mode
$ npm run build # build bundle
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].