Skip to content

ramondsf92/fgo-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fgo-codes-v2

  • Create components
  • Work on styles
  • Integrate database
  • Mobile version (soon)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Install json-server to simulate REST API

npm install -g json-server

To run json-server

json-server --watch ./public/json/db.json

If you can't run, try:

npx json-server --watch ./public/json/db.json

About

APP para fins de aprendizado de Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages