@minglabs-sz/template-vue3

0.0.8 • Public • Published

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

Features

Project structure

├── CHANGELOG.md
├── README.md
├── index.html  // Main Entry html
├── package.json
├── public
│   └── favicon.ico
├── src
│   ├── App.vue                   // Global application component
│   ├── assets
│   │   └── logo.png
│   ├── common                    // Global shared components/directives/middles/mixins/plugins
│   │   ├── components
│   │   │   └── HelloWorld.vue
│   │   ├── directives
│   │   │   └── readme.md
│   │   ├── middlewares
│   │   │   └── readme.md
│   │   ├── mixins
│   │   │   └── readme.md
│   │   └── plugins
│   │       └── readme.md
│   ├── main.js
│   ├── routers                  // Dynamic routes defined by View folder structure inspired by NuxtJS
│   │   ├── index.js
│   │   ├── readme.md
│   │   └── routes.js
│   ├── services                 // API, Storage services etc.
│   │   └── readme.md
│   ├── static                   // Public static assets
│   │   └── readme.md
│   ├── store                    // Global store management. Vuex is recommended.
│   │   └── readme.md
│   └── views                    // Page level Views
│       ├── Index.vue
│       ├── nest
│       │   ├── Create.vue
│       │   ├── Index.vue
│       │   ├── _Id.vue
│       │   └── edit
│       │       └── _Id.vue
│       └── readme.md
└── vite.config.js

Dynamic routes inspired by NuxtJS

Readme

Keywords

none

Package Sidebar

Install

npm i @minglabs-sz/template-vue3

Weekly Downloads

3

Version

0.0.8

License

MIT

Unpacked Size

85 kB

Total Files

37

Last publish

Collaborators

  • zjhiphop