🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
This commit is contained in:
31
{{cookiecutter.project_slug}}/frontend/README.md
Normal file
31
{{cookiecutter.project_slug}}/frontend/README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# frontend
|
||||
|
||||
## Project setup
|
||||
```
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
npm run serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
```
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Run your tests
|
||||
```
|
||||
npm run test
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
```
|
||||
npm run lint
|
||||
```
|
||||
|
||||
### Run your unit tests
|
||||
```
|
||||
npm run test:unit
|
||||
```
|
Reference in New Issue
Block a user