Before start using project, create appConfig.ts file in src directory, and put inside:
export const appConfig = {
appkey: "APIKEY", //for example from Firebase
};npm install
npm run serve
npm run build
npm run lint
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Before start using project, create appConfig.ts file in src directory, and put inside:
export const appConfig = {
appkey: "APIKEY", //for example from Firebase
};npm install
npm run serve
npm run build
npm run lint