美文网首页
个人网站搭建 - ui - 项目新建

个人网站搭建 - ui - 项目新建

作者: 张中华 | 来源:发表于2022-06-15 22:51 被阅读0次

    项目新建

    https://vuejs.org/guide/quick-start.html

    zh-zdmin-vue3 项目新建

    修改配置文件

    tsconfig.json
    vite.config.ts
    eslintrc.cjs
    .gitignore
    .prettierignore (禁用prettier的vs code配置功能, Use Editor Config 取消勾选,或者找到vs code设置文件,添加: "prettier.useEditorConfig": false)
    .prettierrc.js
    具体配置代码:
    https://github.com/956159241/myblog

    添加常用组件

    element plus
    axios
    moment
    @element-plus/icons-vue
    sass

    项目初始化基本完成,代码:
    https://github.com/956159241/myblog/releases/tag/0.0.1

    相关文章

      网友评论

          本文标题:个人网站搭建 - ui - 项目新建

          本文链接:https://www.haomeiwen.com/subject/hntfvrtx.html