DEV NOTE PRO
Screen shots
https://vitejs.dev/
How to install – ViteJs 3 template at- Install NodeJs and NPM module at https://nodejs.org/
- Check version, use cmd or any text editor.
$ node --v
$ npm --v
- With NPM
$ npm init vite@latest
----------------------------------------------------------
npm init vite@latest my-vue-app -- --template vue
- With YARN
$ yarn create vite
----------------------------------------------------------
yarn create vite my-vue-app --template vue
- To install configs and modules pf NPM
npm install
- To run virtual internal preview on browser
npm run dev
- To build production on website
npm run build
- To test with npm
npm run test
- WindiCSS with Vite
https://windicss.org/integrations/vite.html
Refference
- Recommended IDE Setup VSCode + Volar
- Use Netlify to build product – https://netlify.com/
- Get icon packages at https://ionicons.com/
- Learn Front-end for beginner at at https://github.com/thuongtruong1009/challenge-resposive-web-design