Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

thaotram/uit.web.store

Repository files navigation

uit.web.store

==================================================

Keywords

  • Vue
  • Express
  • Nodemon
  • Webpack
  • Npm
  • Google Map API
  • Weather

Install

  1. Install dependencies
`npm install` or `yarn`
  1. Run the application
`npm run dev` or `yarn dev`
  1. Build
# Build project
`npm run build` or `yarn run build`
# Front-End Only
`npm run build:client` or `yarn build:client`
# Back-end Only
`npm run build:server` or `yarn build:server`
  1. Run the code you have built
 `npm run run` or `yarn run`

Description

Notthing here

Script

heroku-postbuild        # Heroku
lint                    # Lint

# style:     index.scss > render.css
style                   # watch
style-render            # compressed

# build
build:server            # src/server > dist/server
build:client            # src/client > dist/client
build                   # two above 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published