Code Monkey home page Code Monkey logo

Portfolio | Project Spa web with NuxtJs

source project reference

Web project 2014, all list timeline, Seo application

01. docker installation (recommended)

# Create Image from `Dockerfile`
docker build -t anibalcopitan.com .
docker run -it --rm -p 3000:3000 -v "$PWD"/spa-nuxtv2:/usr/app:rw anibalcopitan.com sh -c 'yarn install & yarn dev'

01.1 if fail the previus command

You needed debuger step to step the image Dockerfile or docker command

docker build -t anibalcopitan.com .
docker run -it --rm -p 3000:3000 -v "$PWD"/spa-nuxtv2:/usr/app:rw anibalcopitan.com sh
# into bash
yarn install
yarn dev

Explain last command line docker (building the temporal container) (development mood)

  • -it => Iteractive container
  • --rm => autoremove container to close iteractive docker console
  • -p 3000:3000 => used and open container port
  • -v "$PWD"/spa-nuxtv2:/usr/app:rw => indicate the volume (persistent data)
  • anibalcopitan.com => is the image named
  • sh -c 'yarn install & yarn dev' => way to execute the bash command

Addicional information

Into container box

    docker exec -i -t <dd28fae674bb> sh
    # yarn dev

Now the project is available in the local URL: http://localhost:3000/

thumb website

anibal copitan

02. simple Installation

Start application:

cd spa-nuxtv2/
yarn dev

Configuration

mv ./spa-nuxtv2/.env.dist ./spa-nuxtv2/.env

Anibal's Projects

my-agenda-citas icon my-agenda-citas

site basic (interaction with database class mysqli) PHP 5.5 and MYSQL 5.6.19

my-apigility icon my-apigility

Deploy Apigility by zendframework REST-SERVICE into 'Code-Connected and DB-Connected'

my-app-cordova icon my-app-cordova

Create app with Apache cordova puts : ios, android, windows, firefoxos etc

my-chat icon my-chat

my-chat : one chat with tecnologies Firebase.com & codebox.io

my-chat-node icon my-chat-node

Application create with : nojeJS, Express, socket.io chat basic on Node (connection, TCP and HTTP)

my-csharp icon my-csharp

Learning C Sharp as a languague : in enviroment Ubuntu *Mono* core DOT NET

my-inglesa100 icon my-inglesa100

Web site educative for kids, teach english interactive (angular v1.3, bootstrap 3)

my-ruby icon my-ruby

Learning the language ruby basic medium and advanced

mygrunt icon mygrunt

integration of plugins: uglify, watch, imagemin, imagemin-mozjpeg, less, browser-sync

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.