Skip to content

boisvertmathieu/dicto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dicto

Clone the repository and create a .env file in the root directory of the project

git clone https://github.com/boisvertmathieu/dicto.git
cd dicto
touch .env

Add the following

VUE_APP_API_KEY=<your api key>
VUE_APP_API_HOST=<your api host>
VUE_APP_URL=<you api base url>

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.

About

First time playing with VueJS and Lingua Robot's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published