# vuejs2-authentication-tutorial **Repository Path**: huxiangli/vuejs2-authentication-tutorial ## Basic Information - **Project Name**: vuejs2-authentication-tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Vuejs 2 Authentication Tutorial This is the code that accompanies the **[Vuejs 2 Authentication Tutorial](https://auth0.com/blog/vuejs2-authentication-tutorial/)** on *[Auth0 Blog](https://auth0.com/blog/)* ![Lock Login Widget](https://cdn2.auth0.com/blog/startupbattle/login.png) _Lock Login Widget_ ![User consent dialog](https://cdn2.auth0.com/blog/startupbattle/authorize.png) _User presented with an option to authorize_ ## Installation ```bash # Get the project git clone git@github.com:auth0-blog/vuejs2-authentication-tutorial.git vuejs2-authentication-tutorial # Change directory cd vuejs2-authentication-tutorial # Install the dependencies npm install # Run your app npm run dev