展开
拓展 关闭
订阅号推广码
GitHub
视频
公告栏 关闭

使用命令构建vue项目

案例一

vue create vuedemo







  • 预设
  • 构建完成

案例二

  • 案例地址
  • nuxt构建vue项目,整合view-ui、ts、router、vuex、axios
  • 打开cmd
// 创建项目
npx create-nuxt-app <项目名>
// 项目名称
Project name: (nuxt01)
// 程序设计语言
Programming language: js、ts
// 打包工具
Package manager: yarn、npm
// ui框架
UI framework:
None
Ant Design Vue
BalmUI
Bootstrap Vue
Buefy
Chakra UI
Element
Framevuerk
Oruga
Tachyons
Tailwind CSS
Windi CSS
Vant
View UI
Vuetify.js
// nuxt模块
Nuxt.js modules:
( ) Axios - Promise based HTTP client
( ) Progressive Web App (PWA)
( ) Content - Git-based headless CMS
// 代码规范检查
Linting tools:
( ) ESLint
( ) Prettier
( ) Lint staged files
( ) StyleLint
( ) Commitlint
// 测试框架
Testing framework:
None
Jest
AVA
WebdriverIO
Nightwatch
// 渲染模式
Rendering mode:
Universal (SSR / SSG)
Single Page App
// 部署目标
Deployment target:
// 开发工具
Development tools:
( ) jsconfig.json (Recommended for VS Code if you're not using typescript)
( ) Semantic Pull Requests
( ) Dependabot (For auto-updating dependencies, GitHub only)
// 集成
Continuous integration:
None
GitHub Actions (GitHub only)
Travis CI
CircleCI
// 版本控制
Version control system:
Git
None
// 进入项目根路径
cd <project-name>
npm run dev
posted @   DogLeftover  阅读(23)  评论(0编辑  收藏  举报
编辑推荐:
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
阅读排行:
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 字符编码:从基础到乱码解决
· 提示词工程——AI应用必不可少的技术
点击右上角即可分享
微信分享提示