基于Java spring + vue3 + nuxt构建的内容管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
科技小王子 9d9fdc48f4 Merge remote-tracking branch 'origin/master' 6 months ago
api Merge remote-tracking branch 'origin/master' 6 months ago
assets 修复已知问题 7 months ago
components Merge remote-tracking branch 'origin/master' 6 months ago
composables Merge remote-tracking branch 'origin/master' 6 months ago
config 终于搞通网络请求部分 9 months ago
layouts 修复已知问题 6 months ago
pages Merge remote-tracking branch 'origin/master' 6 months ago
plugins 优化会议登录 8 months ago
public 优化 9 months ago
types 新增:manger页面及产品与服务下拉菜单 8 months ago
utils 改造登录页面 6 months ago
.eslintignore websoft-cms 9 months ago
.eslintrc.cjs websoft-cms 9 months ago
.eslintrc.js websoft-cms 9 months ago
.gitignore websoft-cms整理框架 9 months ago
.prettierrc.cjs websoft-cms 9 months ago
README.md websoft-cms整理框架 9 months ago
ecosystem.config.cjs 框架整理完毕^_^ 9 months ago
nuxt.config.ts 修复已知问题 6 months ago
package-lock.json 修复已知问题 7 months ago
package.json 修复已知问题 7 months ago
pnpm-lock.yaml 修复已知问题 7 months ago
tsconfig.json websoft-cms整理框架 9 months ago
uno.config.ts websoft-cms 9 months ago
vite.config.ts websoft-cms 9 months ago
webstorm.config.js websoft-cms 9 months ago

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.