GithubHelp home page GithubHelp logo

shop-admin-with-vue3-vite-ts's Introduction

Vue 3 + TypeScript + Vite

vue3 + vite + ts 项目练习

项目结构

package.json中的说明

  "scripts": {
    "dev": "vite", // 启动开发服务器
    "build": "vue-tsc && vite build", // 为生产环境构建产物
    "preview": "vite preview" // 本地预览生产构建产物
  },

项目目录

shop-admin-with-vue3-vite-ts
├─ .gitignore // git忽略文件
├─ index.html
├─ package-lock.json
├─ package.json // 依赖包
├─ public // 不需要打包的静态资源
│  └─ vite.svg
├─ README.md // 说明文档
├─ src
│  ├─ api // 后端 API 接口封装
│  ├─ App.vue // 根组件
│  ├─ assets // 需要打包的静态资源
│  ├─ components // 公共组件
│  ├─ composables // 通用的组合式API
│  ├─ layout // 页面布局模板
│  ├─ main.ts // 主入口
│  ├─ plugins // 插件
│  ├─ router // 路由
│  ├─ store // 状态管理
│  ├─ style.css // 全局样式
│  ├─ styles // 样式
│  ├─ utils // 工具
│  ├─ views // 视图
│  └─ vite-env.d.ts
├─ tsconfig.json // ts 配置文件
├─ tsconfig.node.json
└─ vite.config.ts // vite配置文件

shop-admin-with-vue3-vite-ts's People

Contributors

wuyanfeiying avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.