@codinglabcz/jagu-nuxt-template
v1.0.0
Published
A Nuxt starter template used by Jagu
Readme
Jagu Nuxt Template
TODO (For this repository) 🚧👷🏻♂️🚧
- [ ] Remove [email protected] 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.tsandassets/css/style.css(if you want, you can set them up also intailwind.config.js) - [ ] Replace favicons in
publicfolder (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 installDevelopment Server 👨🏻💻
Start the development server on http://localhost:3000
yarn devThere 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.
