0👍
Use the terminal to set the NODE_ENV
like this
export NODE_ENV=production
You can check if this set correctly by using echo
echo $NODE_ENV
- [Vuejs]-I have vue js component which i have those two function i want to pass them into my vue component how can i do this
- [Vuejs]-What is error can't acquire context from the given item?
Source:stackexchange.com