The codebase uses several front-end technologies, as indicated in the provided code snippets:
- Nuxt.js: A framework for creating Vue.js applications, used for server-side rendering and static site generation. ,
- Vue.js: The core JavaScript framework used for building the user interface. " GSAP (GreenSock Animation Platform): A JavaScript library for creating animations. ,
- Vee-Validate: A form validation library for Vue.js. ,
- Vue-Clipboard2: A Vue.js plugin for clipboard operations. "
- Sass: A CSS preprocessor used for styling. , These technologies are used in various parts of the codebase to build and style the application, manage animations, and handle form validations.y riveting Nuxt.js project
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate