Jagu Nuxt Template
🚧 👷🏻♂️🚧
TODO (For this repository) - [ ] Remove tailwindcss@3.1.8 dependeny when WebStorm 2022.3 comes out.
- [ ] Update Nuxt 3 to full version once it comes out.
✅
TODO List - [ ] Turn on ESLint in your IDE
- [ ] Update font you want to use in
nuxt.config.ts
andassets/css/style.css
(if you want, you can set them up also intailwind.config.js
) - [ ] Replace favicons in
public
folder (probably best to delete whole content and paste generated assets from Favicon generator) - [ ] Remove unwanted assets and components
🛠
Setup Make sure to install the dependencies:
yarn install
Development Server 👨🏻💻
Start the development server on http://localhost:3000
yarn dev
There is a bug in Node v18 which writes out warning after running this command:
(node:45272) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Help 🛟
If anything is unclear - look at the nuxt 3 documentation to learn more.