You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pid="description">JiraClone-Nuxt is a powerful project management tool built with modern web technologies to provide a seamless and efficient project tracking experience. This open-source project leverages the robust capabilities of Nuxt.js Vue.js Pinia TypeScript Tailwind CSS Vue Query and Tailwind CSS to deliver a feature-rich and visually appealing Jira software clone.</p>
6
6
7
-
Make sure to install the dependencies:
7
+
<h2>🚀 Demo</h2>
8
8
9
-
```bash
10
-
# npm
11
-
npm install
9
+
[https://jira.sammi.app](https://jira.sammi.app)
12
10
13
-
# pnpm
14
-
pnpm install
11
+
12
+
13
+
<h2>🧐 Features</h2>
15
14
16
-
# yarn
17
-
yarn install
15
+
Here're some of the project's best features:
18
16
19
-
# bun
20
-
bun install
21
-
```
17
+
* Vue.js and Nuxt.js Integration
18
+
* State Management with Pinia
19
+
* TypeScript Support
20
+
* Tailwind CSS Styling
21
+
* Vue Query for Data Fetching
22
+
* Comprehensive Project Management
23
+
* Customizable Workflows
24
+
* User Authentication and Authorization
22
25
23
-
## Development Server
26
+
27
+
28
+
<h2>💻 Built with</h2>
24
29
25
-
Start the development server on `http://localhost:3000`:
30
+
Technologies used in the project:
26
31
27
-
```bash
28
-
# npm
29
-
npm run dev
30
-
31
-
# pnpm
32
-
pnpm run dev
33
-
34
-
# yarn
35
-
yarn dev
36
-
37
-
# bun
38
-
bun run dev
39
-
```
40
-
41
-
## Production
42
-
43
-
Build the application for production:
44
-
45
-
```bash
46
-
# npm
47
-
npm run build
48
-
49
-
# pnpm
50
-
pnpm run build
51
-
52
-
# yarn
53
-
yarn build
54
-
55
-
# bun
56
-
bun run build
57
-
```
58
-
59
-
Locally preview production build:
60
-
61
-
```bash
62
-
# npm
63
-
npm run preview
64
-
65
-
# pnpm
66
-
pnpm run preview
67
-
68
-
# yarn
69
-
yarn preview
70
-
71
-
# bun
72
-
bun run preview
73
-
```
74
-
75
-
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
0 commit comments