Skip to content

smokeyfro/oc-nuxt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoberCMS + NuxtJS

Get started

  • For initialize install frontend dependencies using:
  cd frontend && npm install #or yarn
  • And install backend dependencies:
  cd october && composer install

Start server

The recomendations is use one reverse proxy for responding route '/*' with node and reponding october routes with php server. For that i have using Caddyserver (but nginx is one better option).

This project have Caddyfile example used in docker.

Start using docker

  • Only run command:
docker-compose up -d

And access http://localhost in your browser and http://localhost/admin for october admin panel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 56.5%
  • JavaScript 19.8%
  • CSS 17.8%
  • HTML 5.8%
  • Vue 0.1%