npm create svelte@latest myapp cd myapp npm install npm run dev ... With this, npm run build will generate HTML, JS and CSS files inside the dist directory.
確定! 回上一頁