https://github.com/unify-ui-dev/agence-x-unocss
A stunning marketing agency Landing page built using UnoCSS + NuxtJS and Unify UI Blocks
https://github.com/unify-ui-dev/agence-x-unocss
nuxt-template nuxt3 template unify-blocks unifyui uno-template unocss unocss-template website-template
Last synced: 6 months ago
JSON representation
A stunning marketing agency Landing page built using UnoCSS + NuxtJS and Unify UI Blocks
- Host: GitHub
- URL: https://github.com/unify-ui-dev/agence-x-unocss
- Owner: unify-ui-dev
- License: mit
- Created: 2023-10-26T21:18:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T13:32:20.000Z (over 1 year ago)
- Last Synced: 2023-12-03T13:38:58.332Z (over 1 year ago)
- Topics: nuxt-template, nuxt3, template, unify-blocks, unifyui, uno-template, unocss, unocss-template, website-template
- Language: Vue
- Homepage: https://agence-x-unocss.vercel.app
- Size: 609 KB
- Stars: 7
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AgenceX : NuxtJs + UnoCSS Landing page

A simple landing page for a digital agency made with UnifyUi blocks : nuxtJs + UnoCSS[Live preview](https://agence-x-unocss.vercel.app/){target="_blank"}
## 💻 Stack/Dependencies- [nuxt](https://nuxtjs.org/): A framework for building Vue.js applications with server-side rendering, routing, and more.
- [nuxt/image](https://image.nuxtjs.org/): A module for optimizing and serving images in Nuxt.js applications.
- [nuxtjs/color-mode](https://github.com/nuxt-community/color-mode): A module for adding dark mode support to Nuxt.js applications.
- [unocss/nuxt](https://unocss.io/): A module for integrating the Uno CSS framework with Nuxt.js applications.
- [clsx](https://github.com/lukeed/clsx): A utility for constructing CSS class strings in JavaScript.
- [tailwind-merge](https://github.com/benface/tailwind-merge): A utility for merging Tailwind CSS classes in JavaScript.## Setup
1. Clone the agence-x-uno repository:
```sh
git clone https://github.com/unify-ui-dev/agence-x-unocss.git
```2. Make sure to install the dependencies:
```bash
# npm
npm install# pnpm
pnpm install# yarn
yarn install# bun
bun install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev# pnpm
pnpm run dev# yarn
yarn dev# bun
bun run dev
```## Production
Build the application for production:
```bash
# npm
npm run build# pnpm
pnpm run build# yarn
yarn build# bun
bun run build
```Locally preview production build:
```bash
# npm
npm run preview# pnpm
pnpm run preview# yarn
yarn preview# bun
bun run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
## 📄 License
This project is licensed under the **MIT License** - see the [**MIT License**](LICENSE) file for details.