Skip to content

QuinVIVER/ShellFusion-frontend

Repository files navigation

my-project

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Deployment

Download nginx and use it to reverse proxy our website .

Using the fellowing instruction to package our frontend pages .

npm run build

After building , the folder "dist" will generate and move it to the " nginx/html " in your server .

mv dist nginx/html

Finally , using fellowing intruction to reload the info about the web page .

nginx -s reload

For more detail , you can check out the Nginx Deployment Guides and vue-cil Delopyment.

About

Frontend of ShellFusion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •