文件名称:vite_vue3_demo:vite + vue3 + tsx(试验性框架)
文件大小:97KB
文件格式:ZIP
更新时间:2024-04-16 06:01:20
Vue
vue3 + vite2 +元素加 比较超前的试验性框架,基于新一代脚手架建造... 目前vue3生态还在逐步建立中... vue2.x项目不建议直接升级vue3。 入门指南 npm run dev npm运行构建 npm运行报告 风格指南 TS(JS)+模板+ vue-class-component(option-api)(传统官方推荐写法,保留模板) TSX +合成API import { defineComponent } from 'vue' ; import { RouterLink , RouterView } from 'vue-router' ; import './style/main.scss' export default defineComponent ( { name : 'App' , setup ( ) { return ( ) => (
【文件预览】:
vite_vue3_demo-master
----.env.dev(291B)
----.babelrc.js(148B)
----package.json(1KB)
----.env.production(248B)
----index.html(4KB)
----.env.report(121B)
----LICENSE(1KB)
----src()
--------style()
--------App.vue(150B)
--------plugins()
--------assets()
--------icons()
--------api()
--------main.ts(645B)
--------views()
--------permission.ts(1KB)
--------components()
--------types()
--------router()
--------store()
----.eslintrc.js(935B)
----tsconfig.json(1KB)
----.gitignore(46B)
----vite.config.ts(761B)
----.prettierrc.js(117B)
----public()
--------resource()
--------favicon.ico(4KB)
----README.md(1KB)
----favicon.ico(10KB)
----postcss.config.js(321B)
----build()
--------vite()