In this blog, we'll explore the world of web development. This blog is using the Nuxt framework. Nuxt is a popular framework for building server-side rendering (SSR) and static web applications with Vue.js. We'll take a deep dive into different web technologies to see what their advantages are and how to implement them.
Make sure to install the dependencies:
#yarn
yarn install
#npm
npm install
#pnpm
pnpm install --shamefully-hoist
Server 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
**Client:** Nuxt, TailwindCSS
- Improve ScireDev's trust flow
- Add social network integrations
- Add more integrations
- Add feature to allow articles to be published from Notion
- Refactoring UI architecture