All Projects → Jamie-Yang → vue3-boilerplate

Jamie-Yang / vue3-boilerplate

Licence: MIT License
A Vue 3 Starter Boilerplate with Vue Router 4, Vuex 4, TypeScript 4, Webpack 5, Prettier and More.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
typescript
32286 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to vue3-boilerplate

vuex-typescript
boilerplate repository for vue 3 in typescript, dynamic code split && server-side rendering
Stars: ✭ 54 (-59.4%)
Mutual labels:  boilerplate-template, starter-template, vue3, vue3-project
nextarter-chakra
battery packed template / boilerplate to initialize Next.js app with Chakra UI & Typescript setup ✨
Stars: ✭ 616 (+363.16%)
Mutual labels:  boilerplate-template, starter-template
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-81.95%)
Mutual labels:  boilerplate-template, starter-template
starbase
⭐ Production-ready website boilerplate made with webpack 5, modern JS (via Babel 7) & Sass
Stars: ✭ 70 (-47.37%)
Mutual labels:  boilerplate-template, webpack5
hoc-element-table
📦 A Vue 3.x Table Component built on Webpack 5
Stars: ✭ 26 (-80.45%)
Mutual labels:  vue3, webpack5
vueuse-vite-starter
⚡️ Starter for Vite + VueUse + TypeScript
Stars: ✭ 121 (-9.02%)
Mutual labels:  starter-template, vue3
sparky
A Bootstrap 3 and 4 Sass Starter Project
Stars: ✭ 21 (-84.21%)
Mutual labels:  boilerplate-template, starter-template
ionic-vue-mobile-template-01
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 47 (-64.66%)
Mutual labels:  boilerplate-template, vue3
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (-78.95%)
Mutual labels:  starter-template, webpack5
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (+39.1%)
Mutual labels:  boilerplate-template, webpack5
abp-vnext-pro
Abp Vnext 的 Vue3 实现版本
Stars: ✭ 352 (+164.66%)
Mutual labels:  vue3
vue3-realworld-example-app
Explore the charm of Vue composition API! Vite?
Stars: ✭ 364 (+173.68%)
Mutual labels:  vue3
ungeui
A Vue 3 Component Library
Stars: ✭ 23 (-82.71%)
Mutual labels:  vue3
mini-vue-devui
村长和kagol直播节目《我要做开源》产出的开源组件库教学项目
Stars: ✭ 42 (-68.42%)
Mutual labels:  vue3
smart-tagz
🏷Smart input tags for Vue
Stars: ✭ 28 (-78.95%)
Mutual labels:  vue3
orbs-starter-kit
The starting point for writing a new application on Orbs platform
Stars: ✭ 19 (-85.71%)
Mutual labels:  starter-template
KotlinMvpTemplateGenerator
Android Studio template for Kotlin with MVP + Dagger2 + Retrofit2
Stars: ✭ 65 (-51.13%)
Mutual labels:  starter-template
cc-project-vue
一个基于vue3.0+antd+less+spring boot +mybatis+mysql+maven基础权限管理平台
Stars: ✭ 20 (-84.96%)
Mutual labels:  vue3
vue3.0-template-admin
本项目基于vue3+ElementPlus+Typescript+Vite搭建一套通用的后台管理模板;并基于常见业务场景,抽象出常见功能组件;包括动态菜单,菜单权限、登录、主题切换、国际化、个人中心、表单页、列表页、复制文本、二维码分享等等
Stars: ✭ 500 (+275.94%)
Mutual labels:  vue3
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (-76.69%)
Mutual labels:  starter-template

vue3-boilerplate

A Vue 3 Starter Boilerplate with Vue Router 4, Vuex 4, Typescript 4, Webpack 5, Prettier and More.

And not using the Vue CLI.

Architecture

├─ public           // static assets.
├─ service          // commands and webpack configurations.
├─ src
│  ├─ assets        // assets such as images or font files.
│  ├─ components    // universal Vue components.
│  ├─ router        // view's routers config.
│  ├─ store         // Vuex store modules.
│  ├─ typings       // typescript .d.ts files.
│  └─ views         // pages.

Commands

# Start development server.
yarn dev

# Compile production bundle.
yarn build
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].