Skip to content

met18001/web-three-twitter-boilerplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 12 commits ahead of bpd01001:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

web-three-twitter-boilerplate

To setup your project, type the following:

npm install

To compile and hot-reload your project for development, type the following:

npm run serve

Copy and paste the 'localhost' link into your browser. Reminder: everytime you want to view your project, you must type "npm run serve".

http://localhost:8080/

Now, we must set up Firebase configurations. In your .env file, change the following properties so they correlate to your own app. These propertes can be found in Firebase console in your app settings under Firebase SDK snippet.

See Firebase.

VUE_APP_API_KEY
VUE_APP_AUTH_DOMAIN
VUE_APP_DATABASE_URL
VUE_APP_PROJECT_ID
VUE_APP_STORAGE_BUCKET
VUE_APP_MESSAGE_SENDER_ID
VUE_APP_APP_ID=

Edit the project to your liking.

Once your firebase account is attached to your project, you're ready to compile and minify you project for production:

npm run-script build

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Vue 73.6%
  • JavaScript 20.5%
  • HTML 3.2%
  • Shell 2.7%