1 Star 0 Fork 1

独行2016 / 数据大屏

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

vue3.0+naiveui+ts 纯前端

页面浏览1

目录结构

|--public #公共静态资源文件可以存放第三方插件
|--script #执行 node 的脚本
|--src #项目目录
	|-- assets # 静态资源文件
	|-- components # 组件
	|-- configFun # 定义全局公共方法
	|-- directive # 自定义指令
	|-- interface # 定义接口
	|-- layout #布局
	|-- plus #全局插件
	|-- router 路由
	|-- store # vuex 状态
	|-- util #公共方法
	|-- view # 页面

命令运行

  1. 运行项目 npm run dev
  2. 打包项目 npm run build
  3. 监听组件文件夹变化 生成主体组件 npm run rgx

VSCode 下载地址

https://duxinggj-1251133427.cos.ap-guangzhou.myqcloud.com/gongju/VSCodeUserSetup-x64-1.64.2.exe

vue模板

<template>
  <div class="page-box ">
  </div>
</template>
 <script lang='ts' setup>
</script>

 <style scoped>
</style>

tsx 初始化

import { defineComponent } from "vue";
export default defineComponent({
  props: {
    code: {
      type: String,
    },
  },
  setup(props) {
    return () => <></>;
  },
});

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/515235/large-data-screen.git
git@gitee.com:515235/large-data-screen.git
515235
large-data-screen
数据大屏
master

搜索帮助