From c1d267640a199ed9b2d4d1373f06138192a182ff Mon Sep 17 00:00:00 2001 From: Matteo Cominetti Date: Tue, 28 Feb 2023 11:50:31 +0000 Subject: [PATCH] set node version for netlify --- README.md | 18 ++++++++---------- package.json | 4 ++++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index d4ae36b..421337d 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,39 @@ -[![Netlify Status](https://api.netlify.com/api/v1/badges/e4824a5c-a6df-4670-b242-4873d26901ba/deploy-status)](https://app.netlify.com/sites/distracted-jones-770c28/deploys) +[![Netlify Status](https://api.netlify.com/api/v1/badges/d9bb1007-d919-4a97-adb1-366aea203bf8/deploy-status)](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/). diff --git a/package.json b/package.json index fda34e6..6d2984d 100644 --- a/package.json +++ b/package.json @@ -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" } }