This repository will be used for a new website for BMM Premium using Nuxt 4.
This repository uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
First install pnpm:
npm i -g pnpmAfter that, run:
pnpm i
pnpm devNote: If you had an error in your code and the system still shows you the error but you've already fixed it, consider running pnpm clean. If you have this problem often, consider contacting one of the maintainers of the project.
To build, first install all packages
pnpm i
pnpm build- VS Code + Plugins and configuration provided by
.vscode/extensions.jsonand.vscode/settings.json
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensionsfrom VSCode's command palette - Find
JavaScript and TypeScript Language Features, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Windowfrom the command palette.