Thanks to visit codestin.com
Credit goes to github.com

Skip to content

eiis/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 is a parallel style to SFC.

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 92.5%
  • JavaScript 4.8%
  • Vue 1.5%
  • Other 1.2%