8000 GitHub - Meglody/vue-vine: Another style of writing Vue components.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Meglody/vue-vine

 
 

Repository files navigation

Vue Vine

中文 README

Another style of writing Vue components.

Why this ?

There are many discussions in community that hopes for a solution that supports writing multiple Vue components in a single file. That's why Vue Vine was born.

Vue vine was designed to provide more flexibility of managing Vue components. It's not a replacement of Vue SFC, but a parallel solution.

Take a quick view:

Quick view

Get started

warning: For now, Vue Vine is still under heavily development. please don't use it in production.

You can try the demo by following steps:

git clone https://github.com/vue-vine/vue-vine.git
cd vue-vine
pnpm install

# Start watching the plugin's building
pnpm run dev

# Start Playground's Vite dev server
pnpm run play
  1. You can see the demo in http://localhost:3333/.
  2. You can add URL query ?sfc to switch back to SFC style example.
  3. You can inspect the transforming process in http://localhost:3333/__inspect/

About

Another style of writing Vue components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.7%
  • JavaScript 2.1%
  • Vue 1.9%
  • Other 1.3%
0