Skip to content

Pauliceia 2.0 Web Portal - a collaborative mapping of the history of São Paulo (1870 to 1940)

Notifications You must be signed in to change notification settings

obmarcos2/pauliceia

 
 

Repository files navigation

pauliceia front-end

Pauliceia 2.0 project front-end.

Dependencies

Requires:

  • Node: v8.17.0
  • NPM: >=6.13.4 <=6.14.8

You can install the above versions globally on your machine or through NVM.

Install

Create the config/prod.env.js file and install the dependencies:

$ cp config/prod.env.js.EXAMPLE config/prod.env.js
$ npm i

Run

Run locally with hot reload by using one of the following commands:

$ npm start
$ npm run dev

Now you can access: http://localhost:8080

Or build for production with minification:

$ npm run build

Or build for production and view the bundle analyzer report

$ npm run build --report

About

Pauliceia 2.0 Web Portal - a collaborative mapping of the history of São Paulo (1870 to 1940)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 73.5%
  • JavaScript 21.9%
  • CSS 3.9%
  • Other 0.7%