shenchunlv e6c8e21e3c fix:移动端样式 | 1 anno fa | |
---|---|---|
assets | 1 anno fa | |
pages | 1 anno fa | |
public | 1 anno fa | |
server | 1 anno fa | |
utils | 1 anno fa | |
.gitignore | 1 anno fa | |
.npmrc | 1 anno fa | |
README.md | 1 anno fa | |
app.vue | 1 anno fa | |
nuxt.config.ts | 1 anno fa | |
package-lock.json | 1 anno fa | |
package.json | 1 anno fa | |
tsconfig.json | 1 anno fa | |
yarn.lock | 1 anno fa |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.