Vue, Nuxt.js, GraphQL, Apollo, TypeScript, Ant Design starter kit.
The Nuxt Apollo is a starter kit that combines Vue, Nuxt.js, GraphQL, Apollo Client, TypeScript, and Ant Design. It provides a GraphQL API and includes various features such as authentication, internationalization, server-side rendering, code splitting, file upload (work in progress), SEO friendly pages, and hot module replacement. It also includes several middlewares for handling authentication and redirects, and provides debugging instructions for Chrome DevTools and WebStorm.
To install the Nuxt Apollo starter kit, follow these steps:
git clone https://github.com/username/repo.git
cd repo
yarn install
yarn dev
http://localhost:3000 to see the application running.The Nuxt Apollo starter kit is a powerful tool for building Vue applications with GraphQL and Apollo Client. It provides various features out of the box, such as authentication, internationalization, server-side rendering, and code splitting. It also includes helpful middlewares for handling authentication and redirects. The kit integrates the Ant Design Vue UI library, making it easy to create beautiful and responsive user interfaces. Overall, this starter kit simplifies the development process and provides a solid foundation for building modern Vue applications.