270fc5bd5a | ||
---|---|---|
public | ||
src | ||
.browserslistrc | ||
.env.local | ||
.eslintrc.js | ||
.gitignore | ||
README.md | ||
app-guide-full-demo.gif | ||
app-guide-main-img.jpg | ||
babel.config.js | ||
package-lock.json | ||
package.json | ||
vue.config.js |
README.md
Dev Guide: Create your own App
This repo contains all the code related to the Create your own App guide, which is part of our Developer Docs
You can find the published app HERE
Currently, only Part I of the guide has been released. You can find a tag
with the name part-i
in the repo, which points to the final code for the corresponding parts. Future releases will follow the same pattern.
For instructions on how to install dependencies and basic setup, please consult the guide.
Preview
Environment variables
You'll find an .env.local
file already populated with some values. Please remember to modify these values with your own, following the guide linked above.
Project setup
The setup scripts are just like any other Vue.js
app:
Install packages
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build