set node version for netlify
This commit is contained in:
@@ -1,41 +1,39 @@
|
||||
[](https://app.netlify.com/sites/distracted-jones-770c28/deploys)
|
||||
[](https://app.netlify.com/sites/lovely-sable-4159ff/deploys)
|
||||
|
||||
# speckle-ui
|
||||
|
||||
This is the web ui of the speckle embeddable ui. The other part, that actually loads it, is [here](https://github.com/speckleworks/SpeckleUi).
|
||||
|
||||
## ⚠️ IMPORTANT ⚠️
|
||||
|
||||
Speckle v1 has reached EOL and is no longer mainatined. Check out our brand new 👉 [Speckle v2](https://github.com/specklesystems)!
|
||||
Read more about the announcemnt [here](https://speckle.systems/blog/speckle2-vision-and-faq) and check out or new [website](https://speckle.systems).
|
||||
|
||||
|
||||
|
||||
This is a test project for DUI3
|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
|
||||
@@ -25,5 +25,9 @@
|
||||
"vue-cli-plugin-vuetify": "^0.5.0",
|
||||
"vue-template-compiler": "^2.5.21",
|
||||
"vue-timeago": "^5.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.24.1",
|
||||
"npm": "6.14.12"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user