# nuxt3-project **Repository Path**: wzm_love_coding/nuxt3-project ## Basic Information - **Project Name**: nuxt3-project - **Description**: this is nuxt3 project with pinia + element-plus + vue3 setup + ts - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-24 - **Last Updated**: 2023-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目创建 - npx nuxi init zm-oppo-nuxt3 - 初始化样式 npm i normalize.css --save 在 nuxt.config.ts 中直接配置就可以生效 ```ts // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, css: ['normalize.css'] }) ``` - npm i sass --save-dev # Nuxt3 打包部署到 Linux(node+pm2 详细安装运行步骤) 博客:https://blog.csdn.net/m0_48489737/article/details/127796979 - 安装宝塔 yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh ![1692856950202](image/README/1692856950202.png)