Skip to content

Pkp07/Nuxtjs_Experiment

 
 

Repository files navigation

Nuxt.js project

The codebase uses several front-end technologies, as indicated in the provided code snippets:

  1. Nuxt.js: A framework for creating Vue.js applications, used for server-side rendering and static site generation. ,
  2. Vue.js: The core JavaScript framework used for building the user interface. " GSAP (GreenSock Animation Platform): A JavaScript library for creating animations. ,
  3. Vee-Validate: A form validation library for Vue.js. ,
  4. Vue-Clipboard2: A Vue.js plugin for clipboard operations. "
  5. 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

Build Setup

# 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

Releases

No releases published

Packages

No packages published

Languages

  • Vue 52.6%
  • Sass 44.2%
  • JavaScript 3.2%