This template provides a ready-to-go Nuxt3 setup tailored for building library websites. It includes configured packages like Pinia for state management, GraphQL for data fetching, and Cypress for end-to-end testing, among other essential tools.
- Nuxt 3: Latest version of the intuitive Vue framework.
- Pinia: State management made easy.
- GraphQL: Efficient and powerful data querying.
- Cypress: Reliable end-to-end testing.
- Utility Libraries: Pre-configured utilities for faster development.
To get started with this template, follow these steps:
Click on the "Use this template" button to create a new repository based on this template.
Once the repository is created, clone it to your local machine:
git clone https://github.com/your-username/your-repository-name.git
cd your-repository-name
### 3. Get .env file from the Dev Team
### 4. Install all the dependencies
### 5. Configure useStorage for the new site in server api
### 5. Configure elastic search for the new site
### 6. Add gql queries and fragments for the new site
### 7. Add routes and page templates for the new site
### 8. Start the development server
### 9. Prerender new site
### 10. Start static server