Create Nuxt.js project

This commit is contained in:
2020-10-17 16:48:04 +02:00
parent b1358ea27a
commit 715a50b5f8
21 changed files with 15786 additions and 65 deletions

View File

@@ -1,29 +1,20 @@
# README #
# wazo-lab
This README would normally document whatever steps are necessary to get your application up and running.
## Build Setup
### What is this repository for? ###
```bash
# install dependencies
$ npm install
* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
# serve with hot reload at localhost:3000
$ npm run dev
### How do I get set up? ###
# build for production and launch server
$ npm run build
$ npm run start
* Summary of set up
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions
# generate static project
$ npm run generate
```
### Contribution guidelines ###
* Writing tests
* Code review
* Other guidelines
### Who do I talk to? ###
* Repo owner or admin
* Other community or team contact
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).