mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
fb30b4b5be
* chore(release): version updates * updater too * update template Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com> |
||
---|---|---|
.. | ||
assets | ||
components | ||
layouts | ||
middleware | ||
pages | ||
plugins | ||
src-tauri | ||
static | ||
store | ||
.editorconfig | ||
.gitignore | ||
nuxt.config.js | ||
package.json | ||
README.md | ||
yarn.lock |
nuxt-app
My good Nuxt.js project
Build Setup
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out Nuxt.js docs.