All Projects → masonz → Parcel Vue Ts

masonz / Parcel Vue Ts

Licence: mit
📦 Boilerplate for Vue.js & Typescript, base on Parcel bundler.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Parcel Vue Ts

Plato
❤️ a Boilerplate for [mobile] SPAs use vue, vuex, vue-router
Stars: ✭ 283 (+477.55%)
Mutual labels:  boilerplate, vuex, vue-router
Enso
Laravel Vue SPA, Bulma themed. For demo login use `[email protected]el-enso.com` & `password` -
Stars: ✭ 959 (+1857.14%)
Mutual labels:  boilerplate, vuex, vue-router
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+5022.45%)
Mutual labels:  jest, vuex, vue-router
Vue Architecture Boilerplate
Vue.js architecture for front-end projects at @NOALVO
Stars: ✭ 40 (-18.37%)
Mutual labels:  boilerplate, vuex, vue-router
Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (+248.98%)
Mutual labels:  boilerplate, vuex, vue-router
Vue Firebase Starter
boilerplate of vue/vuex/vue(x)-router, with sass/prerendering, muse-ui, and firebase/firebaseui
Stars: ✭ 43 (-12.24%)
Mutual labels:  boilerplate, vuex, vue-router
Ctph h5 wx
It's a vue SPA wechat webapp
Stars: ✭ 28 (-42.86%)
Mutual labels:  vuex, vue-router
Tic Tac Vue
A simple Tic-Tac-Toe game written in Vue.
Stars: ✭ 29 (-40.82%)
Mutual labels:  vuex, vue-router
Vuejs Interview Questions
List of 300 VueJS Interview Questions And Answers
Stars: ✭ 948 (+1834.69%)
Mutual labels:  vuex, vue-router
Vue Auth Boilerplate
🔑 Vue.js scalable boilerplate with user authentication.
Stars: ✭ 31 (-36.73%)
Mutual labels:  boilerplate, vue-router
Createmap
Create a Map - City of Baltimore
Stars: ✭ 31 (-36.73%)
Mutual labels:  vuex, vue-router
Minfront
Stars: ✭ 45 (-8.16%)
Mutual labels:  boilerplate, jest
Vue Gok
vue2.0-王者荣耀助手
Stars: ✭ 27 (-44.9%)
Mutual labels:  vuex, vue-router
Vue Chatroom
Vue全家桶 + socket.io + express 搭建的聊天室+ 智能问答助手
Stars: ✭ 27 (-44.9%)
Mutual labels:  vuex, vue-router
Vue Spa
vue-spa : vue + vue-router + axios + vuex + vux 快速成型移动端项目,直接使用。欢迎star
Stars: ✭ 46 (-6.12%)
Mutual labels:  vuex, vue-router
Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+79463.27%)
Mutual labels:  vuex, vue-router
Vms
A Vue.js 2.0 Content Management System
Stars: ✭ 885 (+1706.12%)
Mutual labels:  vuex, vue-router
Docker Vue Node Nginx Mongodb Redis
🐉 An awesome boilerplate, Integrated Docker, Vue, Node, Nginx, Mongodb and Redis in one, Designed to develop & build your web applications more efficient and elegant.
Stars: ✭ 34 (-30.61%)
Mutual labels:  vuex, vue-router
Vue Plan
使用vue+vue-router+vuex+boostrap实现计划表系统
Stars: ✭ 33 (-32.65%)
Mutual labels:  vuex, vue-router
Antvueblogfront
🔥使用Vue全家桶 + Egg + Mongodb 写的个人网站博客。使用docker compose 一键部署。(最近比较忙,部署还有点问题,后期补上)
Stars: ✭ 36 (-26.53%)
Mutual labels:  vuex, vue-router

parcel-vue-ts 📦

Build Status codecov standard

Boilerplate for Vue.js & Typescript, base on Parcel bundler.

Name Status Description
@parcel-vue-ts/cli cli-npm command line
@parcel-vue-ts/template template-npm template

What's inside? 🗃

Getting Started 🚀

Install

npm install -g @parcel-vue-ts/cli

Usage

mkdir demo
cd demo
parcel-vue-ts       // init project...
npm install

Development

npm run dev

Parcel has a development server built in, which will automatically rebuild your app as you change files and supports hot module replacement for fast development.

Production

npm run build

When you build production, parcel defaults to enable miniatation.

Unit tests

npm run test:unit

Unit test the code using jest,and you can run through npm run test:coverage to get the test coverage.

Demo

You can preview the result by: https://masonz.github.io/parcel-vue-ts/

License

MIT © masonz

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