gilzow / nuxtjs-sourceop-debug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NuxtJS for Platform.sh

Deploy on Platform.sh

This template builds a simple application using the NuxtJS web framework that can be used a starting point.

NuxtJS is an open-source web framework based on Vue.js.

Features

  • Node.js 18
  • Automatic TLS certificates
  • yarn-based build

Customizations

The following files and additions make the framework work on Platform.sh, modified from the npx nuxi init <app> command for Nuxt v3. If using this project as a reference for your own existing project, replicate the changes below to your project.

  • The .platform.app.yaml, .platform/services.yaml, and .platform/routes.yaml files have been added. These provide Platform.sh-specific configuration and are present in all projects on Platform.sh. You may customize them as you see fit.

References

About


Languages

Language:TypeScript 67.0%Language:Vue 33.0%