/NA.TN-Frontend

This is a repository of the frontend part of NA.TN Short URL Service.

Primary LanguageVue

NA.TN-Frontend

This is a repository of the frontend part of NA.TN Short URL Service. Notice: This is a personal project for reference only.

Introduction

The frontend part of NA.TN is powered by NUXT.js. Just by executing some simple commands the system would run perfectly.

Usage

  • Copy all the files into the project folder.
  • Run npm i or npm install in terminal to install needed modules.
  • Run npm run build to build files needed by production mode.
  • Run npm run start to start the server in production mode.