Coder Social home page Coder Social logo

dogstudio-nuxt-starter's Introduction

Dogstudio Nuxt Starter

The repository has all the features needed to build blazing-fast experience.

  • Nuxt 3
  • Prettier
  • SCSS/SASS

Prerequisites

Getting Started

git clone [email protected]:Dogstudio/dogstudio-nuxt-starter.git my-new-app
cd my-new-app
cp .env.example .env
npm i
npm run dev

Documentation

We recommend the following documentations to master the stack:

References

# Run Nuxt in development-mode with a local server.
# Visit http://localhost:3000 to see your application running.
npm run dev

# Run Nuxt in production-mode and creates a production build.
npm run build

# Run Nuxt in production-mode with a local server.
# Visit http://localhost:3000 to see your production build.
npm run start

# Run Nuxt in production-mode and generates static files.
npm run generate

# Run ESLint for JS & Vue files
npm run lint

# Upgrade the dependencies and devDependencies with interactive mode
# See: https://www.npmjs.com/package/npm-check-updates
npm run upgrade

Example

An example is available on the demo branch to test all the features included in the repository:

git checkout demo
npm i
npm run dev

Contributing

Please submit issues, pull requests or contact us. We are open to all kind of contributions.

License

The dogstudio-nuxt-starter repository is MIT licensed.

Roadmap

  • ✅ Upgrade dependencies and devDependencies
  • ✅ Migrate architecture from Nuxt 2 to Nuxt 3
  • ✅ Migrate plugins from Nuxt 2 to Nuxt 3
  • ✅ Migrate Vue 2 to Vue 3 with Composition API
  • ✅ Test icons imports
  • ✅ Test fonts imports
  • ✅ Test images imports
  • ✅ Test videos imports
  • ✅ Test audios imports
  • ✅ Test styles imports
  • ✅ Test shaders imports
  • ✅ Test components imports
  • ✅ Test environment variables
  • 🚧 Upgrade @nuxtjs/i18n to next stable version

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.