Skip to content

watcharap0n/e-timestamp-client-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Timestamp Service | Nuxt.js

The Hybrid Vue Framework Welcome to Nuxt 3 repository: The Hybrid Vue Framework

Nuxt's goal is to make web development intuitive and performant with a great developer experience in mind, learn more in the "What is Nuxt?" section of our documentation.

📖 Documentation

Read Online Docs.

🐞 Reporting bugs

Check out Reporting Bugs page.

💡 Suggestions

Check out Contribution page.

❔ Questions

Check out Getting Help page.

Structure directory

-> application

|-- web-timestamp-service
|   |-- client
|   |   |-- app
|   |   |   |-- assets
|   |   |   |-- components
|   |   |   |-- layouts
|   |   |   |-- middleware
|   |   |   |-- pages
|   |   |   |-- plugins
|   |   |   |-- server-middleware
|   |   |   |-- static
|   |   |   |-- store
|   |   |   |-- ....
|   |   |-- .env.bak
|   |   |-- Dockerfile
|   |   |__ nuxt.config.js
|   |   |__ package.json
|   |   |__ Dockerfile
|-- .gitignore
|-- .gitlab-ci.yml
|-- docker-compose.yml
|-- Readme.md
|-- root -> /app/

💻 Development

install dependencies Nuxt.js

$ cd client
$ yarn install && npm run install

run server on localhost port 3000

$ yarn dev

deploy generate server static

$ yarn generate || yarn build
$ yarn start

deploy server on docker

$ docker-compose up -d

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published