• Stars
    star
    291
  • Rank 142,563 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 3 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Modern Vue Stack 2022. Joyful development experience ๐ŸŽ‰

Modern Vue

Modern Vue stack 2022 with Micro front end & Monorepo ๐ŸŽ‰.

Joyful development experience ๐Ÿ˜„.

The main branch will keep clean for quickly creating Vue3 web app.

Monorepo architecture please visit branch monorepo.

Lang

Features

example:

<template>
  <div class="app">
    <RouterView />
  </div>
</template>

<script setup lang="ts" name="App"></script>

We have removed two features APIs auto import and WindiCSS since 2022.02.24. For the reason:

  • TailwindCSS V3 is fast enough now
  • APIs auto import might be overwhelming in some scenarios when your projects got large

Type Imports

// types.ts

export interface User {
  username: string
  password: string
  avatar?: string
}
<script setup lang="ts">
  import type { User } from '~/types'

  defineProps<User>()
</script>

<template>...</template>

Pre-packed

UI Frameworks

  • TailwindCSS - lighter and faster, with a bunch of additional features!

Icons

Plugins

Coding Style

Dev tools

Try it now!

Requires Node >=14

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

Usage

Development

pnpm i

pnpm dev

Build

To build the App, run

pnpm build

With Env:

pnpm build:test

And you will see the generated file in dist that ready to be served.

Thanks

Final

enjoy :)

More Repositories

1

English-level-up-tips

An advanced guide to learn English which might benefit you a lot ๐ŸŽ‰ . ็ฆป่ฐฑ็š„่‹ฑ่ฏญๅญฆไน ๆŒ‡ๅ—/่‹ฑ่ฏญๅญฆไน ๆ•™็จ‹ใ€‚
HTML
36,978
star
2

Resume-template-for-Coder

Resume template for Coder ้€‚ๅˆ็จ‹ๅบๅ‘˜็š„็ฎ€ๅŽ†ๆจกๆฟ ๐ŸŽ‰
522
star
3

how-to-find-love

A Beneficial Guide to find LOVE โค๏ธ ็ฆป่ฐฑ็š„ๆ‹็ˆฑๆŒ‡ๅ—
178
star
4

how-to-create-a-funny-mini-program

A Beneficial Guide to Operating an Engaging Mini Program ๐ŸŽ† ็ฆป่ฐฑ็š„ๅฐ็จ‹ๅบๆŒ‡ๅ—๏ผŒๆ•™ไฝ ไปฅไธ€ๅทฑไน‹ๅŠ›ๅผ€ๅ‘ๅ‡บไธ€ๆฌพ็”จๆˆท้‡ไธ€ๅƒๅ››ไฝฐไธ‡็š„ๅฐ็จ‹ๅบ
126
star
5

me

My life and stories โค๏ธ.
46
star
6

pure

An elegant hexo theme
CSS
36
star
7

goodman

a clean hexo theme
CSS
31
star
8

vite-vue2-typescript

Vite Vue2 typescript starter template using composition-api
TypeScript
27
star
9

editor-to-word

Export HTML to word (.docx) only by browser (currently in beta) ๐ŸŽ‰
TypeScript
25
star
10

cool-gpt

OpenAI API ็™พไธ‡้ขๅบฆ ๅ…่ดนๆ”พ้€
24
star
11

html-to-ast

Lightweight approach to enable quickly parsing HTML into an AST and stringify'ing it back to the original string.
TypeScript
16
star
12

byoungd

3
star
13

am-editor-vue

vue3 example for am-editor
TypeScript
2
star
14

nuxt-tour

Play nuxt3
Vue
1
star