Skip to content

lolo266/desktop_nuxtjs

 
 

Repository files navigation

A Desktop App made from Nuxt.js

Một giao diên web giống trình giao diện máy tính có thể mở rộng phần mềm tùy ý.

Hướng Dẫn Sử Dụng

  • Chuột phải vào Icon App trên màn hình để di chuyển icon.
  • Nhấp chuột trái 2 lần để mở ứng dụng.
  • Có thể cài đặt giao diện ở phần cài đặt.
  • Kéo thanh trên ứng dụng để di chuyển

Installation

This is a project template for nuxt.

cd <project-name> # move to your project
npm install # or yarn install

Commands

Command Description
npm run dev Start ExpressJS server in development with Nuxt.js in dev mode (hot reloading). Listen on http://localhost:80.
npm run build Build the nuxt.js web application for production.
npm start Start ExpressJS server in production.

Config

  • In Directory app.config.js
  • Change required
    • Database (MongoDB link)
    • Url (Production page address)
    • Secret (key for Express-session)

Test

Username: admin Password: 123456

Live Demo

https://desktop-js.herokuapp.com

Documentation

Licenses

none

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.6%
  • Vue 41.3%
  • CSS 1.1%